This post is the second part of the Hacking .NET Applications serie. The first part can be found at the following URL:
In this second part I am going to show how to extract, analyse and tweak the .NET application.
Until recent times, I was only aware of a single way to extract code from the .NET application, that is by using a (now) commercial tool called .NET Reflector. This tool is still awesome and allows you to retrieve the application source code. However, re-compilation of the code cannot be done, if you are wondering If that was possible!