.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 6c5288b839 Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
..
Ast Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
Disassembler Fixed disassembling fields with explicit layout. 14 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. 14 years ago
ILAst Fix crash when decompiling WebSocketBase::SendFrameAsync. 13 years ago
Properties Fix typo in AssemblyInfo. 15 years ago
Tests Merge NRefactory 5.2.0-261-g7a948e7 to ILSpy. 13 years ago
CecilExtensions.cs do not use DominanceFrontiers to detect condition bodies; closes #300 14 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. 15 years ago
DecompilerSettings.cs Optional enable folding on all blocks in braces 14 years ago
ICSharpCode.Decompiler.csproj Initial implementation of async/await decompiler. 14 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. 15 years ago
TextOutputWriter.cs Implemented "Save Assembly as C# Project" 15 years ago