PDA

View Full Version : unpacked files in IDA


prabham
07-14-2006, 12:39 AM
Hi,

By using IDAPro version 5, i have unpacked the file using it's Universal PE unpacker plugin, now i need to store that whole(unpacked) file as a executable format(not the only unpacked area).

I used LordPE to do this work, but the output executable file is double in original size and also while executing that o/p file it is giving error as "application failed to initialize properly"

So,

*. What are ways(or tools) to get the dump of that unpacked file in the executable format ?

Expecting ur suggestions.