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?
|
|
|||
|
|
|
Try UniExtract, it opens tons of packed executables.
|
||
|
|
|
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. |
||
|
|
