PDA

View Full Version : Saving "unpacked" executable?


Segosa
March 6th, 2005, 10:42
I couldn't see anything about this, and I'd like to know whether it is possible.

If I have a packed executable and I use an OllyScript to find the entry point and analyse it, is there a way to save that to disk as the unpacked executable so that in future when I reanalyse it I don't need to go through the hassle of running the OllyScript again? I've tried saving the contents of the CPU window, or dumping them, or saving memory, etc etc but I couldn't find anything that worked..

Thanks in advance,
Segosa.

KSA
March 6th, 2005, 14:09
Hi,

Use OllyDump plugin to do this for you.

Segosa
March 6th, 2005, 23:39
Thanks very much- it works like a charm