answersLogoWhite

0

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

10y ago

What else can I help you with?