.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 b6d832d212 Add support for collection initializers. 14 years ago
..
Ast Add support for collection initializers. 14 years ago
Disassembler display IL instructions as links to MSDN and display a tooltip with information. 14 years ago
FlowAnalysis Change namespace to ICSharpCode.Decompiler. 14 years ago
ILAst Add support for collection initializers. 14 years ago
Properties Fix typo in AssemblyInfo. 14 years ago
Tests Add support for collection initializers. 14 years ago
CecilExtensions.cs Fix NullReferenceException when decompiling an automatic property within a generic class. 14 years ago
DecompilerException.cs Fix crash when decompiling delegate creation of generic method. 14 years ago
DecompilerSettings.cs Implemented decompilation of 'lock'. 14 years ago
GraphVizGraph.cs Implemented reference support in the text view. 14 years ago
ICSharpCode.Decompiler.csproj Add support for collection initializers. 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