.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 7a058f6262 First attempt at integrating C# nullable reference types into the type system. 6 years ago
..
OutputVisitor First attempt at integrating C# nullable reference types into the type system. 6 years ago
Resolver Fix #1283: handle invalid metadata when decoding constants 6 years ago
Syntax First attempt at integrating C# nullable reference types into the type system. 6 years ago
Transforms Fix #1404: local variables with init flag are not declared in the correct scope 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs Fix #1394: Fields marked 'specialname' are excluded from the type system 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 6 years ago
ExpressionBuilder.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
RequiredNamespaceCollector.cs Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
StatementBuilder.cs Fix #1395: do-while loop missing entry-point label. 6 years ago
TranslatedExpression.cs Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago