View Single Post
  #5  
Old 01-18-2024, 02:13
BlackWhite BlackWhite is offline
Friend
 
Join Date: Apr 2013
Posts: 85
Rept. Given: 4
Rept. Rcvd 14 Times in 6 Posts
Thanks Given: 14
Thanks Rcvd at 56 Times in 25 Posts
BlackWhite Reputation: 14
Quote:
Originally Posted by jonwil View Post
I have an exe file (16 bit dos) that seems to be packed with lzexe.
When I run unlzexe on it I get this:

but all I get as output is a zero byte file named the same as my exe but called .exeNEW instead of .exe

How can I unpack this exe (which btw does work just fine in DosBOXs)? (I want to throw it into IDA to reverse engineer some things)
There is an old tool called CUP386 which can be used to decompress
your exe automatically.
Reply With Quote