.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 73081e8781 Fix #1008: Empty decompiled code for a constructor 8 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 Fix end location of PrimitiveExpression 8 years ago
Transforms Fix #1008: Empty decompiled code for a constructor 8 years ago
TypeSystem
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs DecompileType only supports top-level types: always use FullTypeName.TopLevelTypeName. 8 years ago
CallBuilder.cs Fix #990: Invalid object cast for virtual call through pointer 8 years ago
ExpressionBuilder.cs Fix #990: Invalid object cast for virtual call through pointer 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 8 years ago
StatementBuilder.cs Refactoring of ILFunction: allow Method and CecilMethod to be null for expression trees. 8 years ago
TranslatedExpression.cs Fix #990: Invalid object cast for virtual call through pointer 8 years ago
TranslationContext.cs
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 8 years ago