6 ms·
What did you use to decompile them into a project that was actually good enough to read through, change the needed things and compile it again?
by nyrina 12y ago
What did you use to decompile them into a project that was actually good enough to read through, change the needed things and compile it again?
- CodeCube 12y agoI just used Reflector, which, at the time was free. There were a few issues that I had to tweak since reflector didn't do well with things like switch statements ... but for the most part it wasn't too bad. I was able to discern most of the munged variable names just by looking at the code and being familiar with the domain of the company.