Quote:
|
Originally Posted by Cornelius
Is there any way I can decompile exes to give me its parts? I'd like to change the some values in the exe and I can do it with a hex editor but thats fairly limited. The exe is not encrypted, obviously.
|
If you want to disassemble to see the asm code of it, you can use w32dasm:
http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/WDASM.shtml
If you want to see and change the resourses of an executable you can use Resource Hacker:
http://www.angusj.com/resourcehacker/
Hope it's not for a bad thing!
