View Single Post
Old May 30th, 2006, 7:34 PM   #5
-=PARADOX=-
Programmer
 
-=PARADOX=-'s Avatar
 
Join Date: Oct 2005
Location: Portugal
Posts: 53
Rep Power: 4 -=PARADOX=- is on a distinguished road
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!
-=PARADOX=- is offline   Reply With Quote