PDA

View Full Version : Logging an API call


SteM
January 6th, 2009, 07:43
Hi all,
i'm logging some API activities by 'conditional log' and my text on the 'Explanation' field.
Now I'd like to log some registry values (e.g. eax).
Is it possible to generate a log containing these values?
And if eax is a string pointer, is it possible to log the string?

Thanks

dELTA
January 7th, 2009, 06:25
If nothing else, you could probably easily modify the following plugin to do everything you want:

http://www.woodmann.com/collaborative/tools/OllyStepNSearch

blabberer
January 7th, 2009, 11:40
you can check this thread for logging register and register content in ollydbg

http://www.openrce.org/forums/posts/994#3333