C# FAQ: What does a .NET decompiler do
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:FAQs |
| edit |
[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.
[edit]
See also
- .NET Languages
- Are there free .NET decompilers?
- How good are .NET decompilers?
- How protect .NET code from reverse engineering?
- How protect my code against decompilation?
- What about .NET decompilers that allow code to be submitted from browsers?
- What does a .NET decompiler do?