|
You can use a simple OllyScript, see its documentation for more help, it is really easy, a small hint from the readme.txt:
BPL addr, expr
--------------
Sets logging breakpoint at address addr that logs expression expr
Example:
bpl 401000, "eax" // logs the value of eax everytime this line is passed
|