.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.
 
 
 
 
Daniel Grunwald ccdabf2325 Fix a bunch of XmlDoc compiler warnings. 7 years ago
..
OutputVisitor Fix a bunch of XmlDoc compiler warnings. 7 years ago
Resolver Fix a bunch of XmlDoc compiler warnings. 7 years ago
Syntax Fix a bunch of XmlDoc compiler warnings. 7 years ago
Transforms Extension method syntax on lambda expressions/delegates is not allowed. 7 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Fix #1574: When re-introducing an explicit cast for an implicit user-defined conversion; ensure we use a direct cast and don't go through the code path for builtin conversions. 7 years ago
CSharpDecompiler.cs Refactor TransformDisplayClassUsage into separate transform. 7 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Fix #1518: Missing Detach()-call in AST manipulation. 7 years ago
ExpressionBuilder.cs Eliminate BlockKind.PostfixOperator. 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 Fix #1574: When re-introducing an explicit cast for an implicit user-defined conversion; ensure we use a direct cast and don't go through the code path for builtin conversions. 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Improve error message on decompiler crashes 7 years ago