PDA

View Full Version : Automatically generate a listing


jeltz
December 20th, 2009, 15:40
Hi,

I have been searching this forum and the ollydbg documentation about a way to run olly in batch mode, but I could not find anything. All I want to do is the equivalent of opening a file, right click -> copy -> select all, right click -> copy -> to file. Can anyone suggest a way to do this automatically? You would be helping me collect statistics from many programs which can be used to derive better heuristics for analysis. Thank you.

Darkelf
December 21st, 2009, 09:40
Ummm, I guess there is no easy way of doing this.
The "problem" is, that you see only one module at a time in Olly's code window.
So, if there are DLL's involved, you'll be out of business with that approach.
You may want to write yourself a plugin that does what you want. e.g. going through the list in the executables window, find the modules that are not system-related (exclude them), click the chosen one by one and copy the listing to a file. Maybe you can realize that with OllyScript also.

But there may be an much easier way. I'm pretty far from being a pro.

Best regards
Darkelf

jeltz
December 21st, 2009, 16:06
Thank you Darkelf,

I will take a look at Ollyscript.