.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 1e64d37d15 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 7 years ago
..
OutputVisitor Display type information of fixed fields as "Type[Length]" in tree view. 7 years ago
Resolver Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 7 years ago
Syntax Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fixed-buffers 7 years ago
Transforms CombineQueryExpressions: Add missing transparent-identifier pattern. 7 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Add missing documentation to Annotations.cs. 7 years ago
CSharpDecompiler.cs Display type information of fixed fields as "Type[Length]" in tree view. 7 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Fix #617: Incorrect C# translation when `callvirt` is used to invoke base constructor 7 years ago
ExpressionBuilder.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 7 years ago
RequiredNamespaceCollector.cs Include namespaces of all known types used by the decompiler in the required namespaces super-set. 7 years ago
SequencePointBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
StatementBuilder.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 7 years ago
TranslatedExpression.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Ignore empty resources in WholeProjectDecompiler. 7 years ago