.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 bf6e4bbfd9 Transform 'try { try {} catch {} } finally {}' to 'try {} catch {} finally {}'. Closes #77. 15 years ago
..
Ast Transform 'try { try {} catch {} } finally {}' to 'try {} catch {} finally {}'. Closes #77. 15 years ago
Disassembler display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
FlowAnalysis Change namespace to ICSharpCode.Decompiler. 15 years ago
ILAst Use short circuit logic instead of ternary operator if possible 15 years ago
Properties Fix typo in AssemblyInfo. 15 years ago
Tests Transform 'try { try {} catch {} } finally {}' to 'try {} catch {} finally {}'. Closes #77. 15 years ago
CecilExtensions.cs Fix transformation of closure variables for anonymous methods within generic methods. 15 years ago
DecompilerException.cs Fix crash when decompiling delegate creation of generic method. 15 years ago
DecompilerSettings.cs Add support for switch over strings. 15 years ago
GraphVizGraph.cs Implemented reference support in the text view. 15 years ago
ICSharpCode.Decompiler.csproj Add support for collection initializers. 15 years ago
ITextOutput.cs Implemented "Save Assembly as C# Project" 15 years ago
PlainTextOutput.cs Remove unused imports 15 years ago
TextOutputWriter.cs Implemented "Save Assembly as C# Project" 15 years ago