C# FAQ: How good are .NET decompilers

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

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.


See also


Personal tools