.NET

dnSpy

In order to decompile the .NET binary you can use the dnSpy. GitHub: https://github.com/dnSpy/dnSpyarrow-up-right

Compile and decompile your own program

Write the program

Compile program

Open compiled program in dnSpy

Program Decompiled

Path in Assembly exploler:

Main.exe > dotnetapp > Program

Last updated