C# FAQ: What does a .NET decompiler do

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:FAQs
edit

What does a .NET decompiler do?

.NET and Java decompilers are designed to input an executable file—e.g. .NET .exe or .dll files or Java .class or .jar files—and output a source file which can be compiled. Then, the file can be read, modified, and understood as a normal source file.


See also


Personal tools