.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 680d7a413e Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 14 years ago
..
Ast Reduced the complexity of short-circuit detection to polynomial time. 14 years ago
Disassembler Fix for handler blocks ending at method body end 14 years ago
FlowAnalysis Refactoring control flow 14 years ago
ILAst Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 14 years ago
Properties Add build scripts. 14 years ago
Tests Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 14 years ago
CecilExtensions.cs In debug builds, make intermediate transform steps available as "language". 14 years ago
DecompilerException.cs Fix crash when decompiling delegate creation of generic method. 14 years ago
GraphVizGraph.cs Implemented reference support in the text view. 14 years ago
ICSharpCode.Decompiler.csproj Rename UsingStatementTransform to PatternStatementTransform. 14 years ago
ITextOutput.cs Implemented "Save Assembly as C# Project" 14 years ago
Options.cs Fixed conditional loops 14 years ago
PlainTextOutput.cs Remove unused imports 14 years ago
TextOutputWriter.cs Implemented "Save Assembly as C# Project" 14 years ago