up vote 1 down vote favorite
share [g+] share [fb]

I need a program to break open an executable and get me the files inside. Unpacker does not find the EXE, and 7zip does not open it properly. Does anybody know of any other alternatives for breaking open an executable?

link|improve this question

67% accept rate
When you say "break open an executable", what do you mean exactly? Is this a self-extracting archive? Does the "break" mean you are trying to defeat some type of password protection or encryption? – phoebus Nov 11 '09 at 22:38
feedback

2 Answers

up vote 4 down vote accepted

Try UniExtract, it opens tons of packed executables.

Universal Extractor is a program do to exactly what it says: extract files from any type of archive, whether it's a simple zip file, an installation program, or even a Windows Installer (.msi) package.

link|improve this answer
thats the one! Thanks! – Zac Cramer Nov 11 '09 at 22:47
feedback

It depends the type of EXE as there are MANY. 7zip and Winrar are typically able to open up EXE files which are installers and uncompress the files that would be installed.

If however you are having no luck, you may want to try Resource Hacker which can get out a few resources contained within applications and also downloading the Windows SDK should give you access to IL DASM (MSIL Disassembler).

Anything more than this and actually decompiling applications borders on illegal and not really sure if it should be discussed here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.