Decompile Visual Studio apps
In this tutorial I'll teach you how you can easily decompile .net projects.
1. You need Red-gate's .net reflector.
2. Open Reflector
3. Select the file you wish to decompile.
4. In this tutorial i've selected a file called Remote administrator tool:
In the Form1 node you can fine all the source codes of the application.
Double click one of the nodes to view the codes.
Topic: Decompiling - Part 1
No comments found.