View Single Post
  #4  
Old 03-23-2004, 23:23
user_exetools
 
Posts: n/a
Thumbs up Unpack with UPX

If it is packed with upx, download upx from sourceforge, and use the "upx -d *.exe" to unpack the exefile.

You can also probably use a dumper and a pe rebuilder on it, because Upx is designed for compression, not protection.
Reply With Quote