.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 d91b56b033 Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
..
Ast Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
Disassembler Improve handling of pinned variables. 14 years ago
FlowAnalysis Fixed a bug in the graph dominance calculation 14 years ago
ILAst Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
Properties Fix typo in AssemblyInfo. 14 years ago
Tests Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
CecilExtensions.cs Fix transformation of closure variables for anonymous methods within generic methods. 14 years ago
DecompilerException.cs Fix crash when decompiling delegate creation of generic method. 14 years ago
DecompilerSettings.cs Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
ICSharpCode.Decompiler.csproj Add support for checked/unchecked statements. 14 years ago
ITextOutput.cs Implemented "Save Assembly as C# Project" 14 years ago
PlainTextOutput.cs Remove unused imports 14 years ago
TextOutputWriter.cs Implemented "Save Assembly as C# Project" 14 years ago