Topic created on: July 1, 2013 04:47 CDT by LtFalcon .
Hi everyone,
I am looking into a certain game with immunity debugger and I have to find the adresses that are executed when the game does a specific thing.
Now my solution is to insert a python command into immunity debugger to count how many times an adress is called, because then I can perform that action ingame a certain amount of times and then lookup the adresses in a count table.
So basicly what I am asking is if you guys could get me started with a python script that counts the executed files in a table. That is all I need.
I have read some stuff about python and immunity debug so I am not a total newbie.
Thanks alot in advance.