Log in

View Full Version : Dumping exe window


kittmaster
February 22nd, 2005, 12:07
None of the pluggins seem to do what I'm looking for. I have the entire executable loaded in olly, it works no problem. Is there a way to select the entire contents of the debugging window, line numbers, asm codes and comments and dump them as one giant text file for anaylysis outside the olly environment?

I don't need the line by line real time data, I just want to be able to search for things indirectly and text file would be easier to deal with. I've tried extracopy, ollydump (which creates and exe).

Any suggestions?

Chris

sgdt
February 22nd, 2005, 13:50
Right click, Select All, right click, save to file (or clipboard).

kittmaster
February 22nd, 2005, 16:40
I am a dumbazz..............thank you for that.........so many options and the simpliest ones overlooked.

Chris

blabberer
February 23rd, 2005, 05:24
if it was self modifying code and you want the memory after it decrypted
right click and create backup and save backup to file
it will be saved as section.mem viz
if a memory section spanned from 50d100 to 50f1oo
it will be saved as 50d100.mem

also you can reload those memory at a later time
to compare polymorphic codes

lots of endless possibilities exist for user who can use olly to its fullest capability
it will amaze you with its capabilities if you dig deeper and deeper into it

have fun