vote up 1 vote down star

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?

flag
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 at 22:38

2 Answers

vote up 3 vote down check

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|flag
thats the one! Thanks! – Zac Cramer Nov 11 at 22:47
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

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