Decompiling .NET Executables
Visual Studio Code is a free IDE that is great for debugging, compiling, and building .NET Framework applications. https://code.visualstudio.com/ Let’s use a simple C# program to demonstrate a very basic workflow for decompiling .NET executables. First, let’s use Notepad++ to create a text file on the Windows virtual machine Desktop with the following code: We […]