Unpacking NakedPacker
NakedPacker is somewhat commonly seen in malware. Though its only a compressor I guess the name and the easy GUI make the teenage mutant wannabe-ninja herders come flocking to it.
Not to make this any longer, here is a screenshot of the code at entrypoint:
Set a bp on the JMP command near the bottom (see the comment in the pic), run to it, singlestep once and dump the sucker.
Thats the manual unpacking of NakedPacker in all its grandeur.