Decompiling a .NET web application.

0 votes
asked by about Decompiler.NET Standard Edition
edited by

I want to decompile a .NET web application. Can you help?

1 Answer

0 votes
No avatar answered by (132k points)
edited by

Launch the application and press the F1 key. Select the .NET web application you want to decompile and click Open. Check the Obfuscate checkbox if you want the resulting decompiled code to be obfuscated. The software will save the output files to a folder named "_src" in the directory where the web application is located on your computer. After that, create a new project in Visual Studio or other similar program, copy the "_src" folder to the same folder as your newly created Visual Studio project, right-click the folder and select Include in Project. For further information, choose Start > All Programs > Decompiler.NET and open the ReadMe.htm file.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...