The Dumping Ground
Life and code.
-
Re-De-Compiliation
Posted on July 3rd, 2004 No commentsI was able to successfully de-compile and re-compile my MoleMan executable using FileDisassembler. It has a few problems generating incorrect code, although I assume that has more to do with Reflector’s de-compilation API than the plugin itself. Mostly, they centered around implicit operators, although it also forgot to add several necessary
using
statements.Overall, I’m very pleased. Now I just have to go through and re-name variables and such to something less nonsensical.