How to View Source of .NET EXE
.NET one of the most familiar word for developers/programmers and CS/IT students. Many of you want to see .NET source , so if you one of them then try simple methods and view Source . By following below steps you can get actual C++ or C# of any .NET exe with decompiling .NET exe file sily.
Step by Step procedure for .NET EXE Source :When we are working in .NET and want to compile and appliion which written in C++ or C#, then after compiling and develop we get and exe file of .NET. Now what will you do when you want get back the source of C++ or C# appliion.In simple words it is called decompiling of the .NET appliion. There are many tools use for decompile it. For this you just need to put .NET exe which is crted using .NET now decompiler will give you the source which written in C++ and C#. So now its also considered the security risk and also raise the point that we should secure our .NET exe before giving o anyone for review or testing.
How to View Source of .NET EXE File:Most important this will only work with EXE which are crted and compiling using .net framework libraries.
Step I: Download Decompiler _ .NET ReflectorFirst you need to download .NET Reflector. .NET Reflector is amazing tool and this tool will give you complete .NET source from giving exe file. .NET Reflector build by Red Gate company. for downloading decompiler you need to click on Download.
Step II: Install .NET Reflector AppliionFor complete installation follow all instructions.
Step III: Open .NET EXE Assembly in .NET Reflector
Open .NET Reflector appliionClick on file optionSelect open and assemblyChoose .EXE file but most important the exe should be complied rlier using .NET framework.Once it is loaded then you will see all files and source written in C++, C# andVB.
Note: One most common error may you found and that is Red Error saying "Not a .NET Module"Then its mn the .NET exe not a .NET compiled file or it may have been secured using some encryption tools like Themida.The Software .NET Reflector also gets embedded with Visual Studio 2013. The integration help to quickly decompile and view of compiled exe file using dot net .NET.
Download
No comments:
Post a Comment