.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 19cc44f9f9 fix #554: Variables are moved outside of the block 11 years ago
..
Ast fix #554: Variables are moved outside of the block 11 years ago
Disassembler Modules may exist without an Assembly,in this case the line 12 years ago
FlowAnalysis Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
ILAst Revert "Fixed decompiling empty async methods." 11 years ago
Properties Set version number to 2.2 11 years ago
Tests Revert "Fixed decompiling empty async methods." 11 years ago
CecilExtensions.cs Merge branch 'Cgt_Un-Cle_Un-fix' of git://github.com/krauthaufen/ILSpy into krauthaufen-Cgt_Un-Cle_Un-fix 11 years ago
CodeMappings.cs Modify code-mappings API and icon margin. 14 years ago
DecompilerException.cs Consistently use the full MIT license header on source files. 14 years ago
DecompilerSettings.cs fix #367 - VB output issues 12 years ago
ICSharpCode.Decompiler.csproj Add .gitattributes and normalize newlines 12 years ago
ITextOutput.cs fix navigation on fields. 14 years ago
PlainTextOutput.cs Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
ReferenceResolvingException.cs Add license headers to the files that were missing them. 14 years ago
TextOutputWriter.cs