.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 849f899926 transform stobj(ldloca(v), value) to stloc(v, value) 9 years ago
..
Transforms fix generics issue with cctor conversion 9 years ago
Annotations.cs Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
CSharpDecompiler.cs Add extern modifier to non-abstract/non-interface method declarations without body 9 years ago
DecompilerSettings.cs move DecompilerSettings to ICSharpCode.Decompiler 10 years ago
ExpressionBuilder.cs transform stobj(ldloca(v), value) to stloc(v, value) 9 years ago
NRefactoryExtensions.cs Use ResolveResults as annotations. 11 years ago
StatementBuilder.cs do not generate unused exception variables, transform unused object-typed exception variables to catch-all 9 years ago
TranslatedExpression.cs Fix bool->int conversion 10 years ago