.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 d9187912f1 Fix #1216: OverflowException while decompiling enum value. 8 years ago
..
OutputVisitor Fix #1189: Avoid crashing on invalid IL bytes. 8 years ago
Resolver Rename IAssembly -> IModule. 8 years ago
Syntax Fix #1189: Avoid crashing on invalid IL bytes. 8 years ago
Transforms Merge branch 'split-variables' 8 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 8 years ago
CSharpDecompiler.cs Fix #1216: OverflowException while decompiling enum value. 8 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs Rename IAssembly -> IModule. 8 years ago
ExpressionBuilder.cs Fix #1209: System.ArgumentException: given Block is invalid!, named arguments in object / collection initializer ctor were not supported. 8 years ago
RequiredNamespaceCollector.cs Fix #1215: Add namespaces of type parameter constraints to superset. 8 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
StatementBuilder.cs Merge branch 'split-variables' 8 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Add TypeSystemOptions.Uncached. 8 years ago