Hi all!
I'm on linux and would like to see the file contents of an .exe file (from the
terminal):
Here's what happens when I run the file command:
$ file some.exe
PE32 executable (GUI) Intel 80386, for MS Windows, Nullsoft Installer self-extracting
archive
I've found several GUIs online which will run on windows and do the disassembling, but
would love to just be able to unpack from the linux terminal.
I've tried decompressing with bzip2, xz, gzip and no success.
I'd figure I'd ask around if anybody has done this in the past.
Thanks,
-Luis
Show replies by date