.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 afcbc8c6cf #899: Add cpblk and initblk instructions to ILAst. 8 years ago
..
OutputVisitor Fix folding for comments. No foldings were added for comments inside of types. 8 years ago
Resolver [nullables] Support lifting calls to user-defined operators. 8 years ago
Syntax Fix #883: Incorrect decompilation of explicitly implemented events 8 years ago
Transforms Fix #437: Decompilation of query expression loses material parentheses 8 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Fix #854: Inconsistent annotations: ILVariable vs. ILVariableResolveResult 8 years ago
CSharpDecompiler.cs Fix various bugs with compound assignments. 8 years ago
CallBuilder.cs Leave off '.Invoke' when calling delegates. 8 years ago
ExpressionBuilder.cs Fix missing cast in signed uint<int comparison. 8 years ago
NRefactoryExtensions.cs Namespace adjustments for Syntax classes 9 years ago
StatementBuilder.cs #899: Add cpblk and initblk instructions to ILAst. 8 years ago
TranslatedExpression.cs Avoid 'unchecked' annotation on float->double casts. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix formatting. 8 years ago