Hacker News new | ask | show | jobs
by nyrina 4448 days 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?
1 comments

I 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.