extract .exe file

guys!

any clue how to extract .exe file in linux?

Regards,
Kiran

try using

cat -z file.exe

no luck :frowning:

just send the output of

ident file.exe

and

file file.exe

and

objdump file.exe

---------- Post updated at 11:45 AM ---------- Previous update was at 11:35 AM ----------

hope this will work.

cabextract file.exe
 unzip -a file.exe