answersLogoWhite

0

How do you decompose the exe?

Updated: 10/24/2022
User Avatar

Wiki User

9y ago

Best Answer

Start by using a debugger with a disassembler, the you have to manually decompose the exe. Start by adding comments, then start with the function entry and return points then filling in the middle, and soon you will notice a pattern that the compiler constructs. If you know the compiler that was used, you can write code fragments to see how they compile, but you have to make your own symbols up if its a release version of the?æcode.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you decompose the exe?
Write your answer...
Submit
Still have questions?
magnify glass
imp