unpack .exe file??

  • Thread starter Thread starter Canim
  • Start date Start date
Status
Not open for further replies.
C

Canim

Guest
hi guys,

how can i unpack a exe file?? i have search to Progs but i cant find anything


WBW Canim
 
thx but the upx.exe is close when i klick on this

That's happen because it's a console program. Open it in Command Line (Start Menu -> Run -> cmd.exe)
 
How to use it:

Code: [Select]
Code:
Decompress a file:upx -d filenameCompress a fileupx -9 filename
 
Status
Not open for further replies.
Back
Top