C# FAQ: How good are .NET decompilers
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:FAQs |
| edit |
[edit]
How good are Java decompilers and .NET decompilers?
.NET applications are easily decompiled—as are all languages which compile to an intermediate code. All .NET and the Java language feature an expressive file syntax for executable code— Java bytecode and .NET Microsoft Intermediate Language (MSIL). Unlike binary machine code, intermediate files contain algorithms, identifiers, and other application items which can be read and understood as easily as an assembly code listing.
[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?