.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 cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 7 years ago
..
OutputVisitor Fix bug in InsertRequiredSpacesDecorator: missing space before literals in some cases. 8 years ago
Resolver Add unit tests, directly use ILFunction instead of NewObj(ILFunction) for expression trees. 8 years ago
Syntax Add "private protected" support 8 years ago
Transforms Finished port of UI (Analyzers still excluded) and Disassembler 7 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs Finished port of UI (Analyzers still excluded) and Disassembler 7 years ago
CallBuilder.cs Fix #990: Invalid object cast for virtual call through pointer 8 years ago
ExpressionBuilder.cs Fix some value type stack slots incorrectly being decompiled to a variable of type "object". 7 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs Finished port of UI (Analyzers still excluded) and Disassembler 7 years ago
StatementBuilder.cs Refactoring of ILFunction: allow Method and CecilMethod to be null for expression trees. 8 years ago
TranslatedExpression.cs Add test case for #981, and fix decompilation of ?: operator on StackType.Ref (necessary to make the testcase compile). 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 8 years ago