.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 33c5e2d3ed Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago
..
OutputVisitor Add CSharpFormattingOptions.IndentationString 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 build. 8 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs #994: Implement DecompilerException in DecompileBody 8 years ago
CallBuilder.cs Rename ExpressionTreeType to DelegateType and use ILFunction.DelegateType instead of the NewObj(LdNull, ILFunction) pattern in DelegateConstruction and ExpressionTrees 8 years ago
ExpressionBuilder.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 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 Add unit tests, directly use ILFunction instead of NewObj(ILFunction) for expression trees. 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