PDA

View Full Version : Saving "unpacked" executable?


Segosa
03-06-2005, 09:42 AM
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
03-06-2005, 01:09 PM
Hi,

Use OllyDump plugin to do this for you.

Segosa
03-06-2005, 10:39 PM
Thanks very much- it works like a charm