Author Topic: unpack .exe file??  (Read 4158 times)

Canim

  • *
  • Posts: 37
    • View Profile
unpack .exe file??
« on: 2005-07-28 08:30:47 »
hi guys,

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


WBW Canim

mav

  • *
  • Posts: 239
  • The Sauce team
    • View Profile
unpack .exe file??
« Reply #1 on: 2005-07-28 08:43:44 »
It depends what tool was used to pack it. Try UPX, it's used often by developers.

Canim

  • *
  • Posts: 37
    • View Profile
unpack .exe file??
« Reply #2 on: 2005-07-28 09:14:13 »
thx but the upx.exe is close when i klick on this

Colly

  • *
  • Posts: 148
    • View Profile
    • Final Fantasy VIII PL
unpack .exe file??
« Reply #3 on: 2005-07-28 09:17:19 »
Quote from: 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)

mav

  • *
  • Posts: 239
  • The Sauce team
    • View Profile
unpack .exe file??
« Reply #4 on: 2005-07-28 09:22:22 »
How to use it:

Code: [Select]
Decompress a file:
upx -d filename

Compress a file
upx -9 filename

Canim

  • *
  • Posts: 37
    • View Profile
unpack .exe file??
« Reply #5 on: 2005-07-28 13:49:56 »
ok thx
:D