.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 68b07e2828 Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
..
ControlFlowEdge.cs Change namespace to ICSharpCode.Decompiler. 14 years ago
ControlFlowGraph.cs Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
ControlFlowGraphBuilder.cs Use a simpler loop detection for the disassembler. 15 years ago
ControlFlowNode.cs Refactoring control flow 15 years ago
ControlStructureDetector.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 years ago
OpCodeInfo.cs Use a simpler loop detection for the disassembler. 15 years ago
SimplifyByRefCalls.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaBlock.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaForm.cs Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
SsaFormBuilder.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 years ago
SsaInstruction.cs Remove unused imports 15 years ago
SsaOptimization.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaVariable.cs A bit more documentation for my FlowAnalysis code. 15 years ago
TransformToSsa.cs Show loop head in disassembly view. 15 years ago