.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 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 14 years ago
..
ControlFlowEdge.cs Change namespace to ICSharpCode.Decompiler. 14 years ago
ControlFlowGraph.cs Fixed a bug in the graph dominance calculation 14 years ago
ControlFlowGraphBuilder.cs Use a simpler loop detection for the disassembler. 14 years ago
ControlFlowNode.cs Refactoring control flow 14 years ago
ControlStructureDetector.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 14 years ago
OpCodeInfo.cs Use a simpler loop detection for the disassembler. 14 years ago
SimplifyByRefCalls.cs A bit more documentation for my FlowAnalysis code. 14 years ago
SsaBlock.cs A bit more documentation for my FlowAnalysis code. 14 years ago
SsaForm.cs Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
SsaFormBuilder.cs Fix crash when decompiling calli instruction. Closes #113. 14 years ago
SsaInstruction.cs Remove unused imports 14 years ago
SsaOptimization.cs A bit more documentation for my FlowAnalysis code. 14 years ago
SsaVariable.cs A bit more documentation for my FlowAnalysis code. 14 years ago
TransformToSsa.cs Show loop head in disassembly view. 14 years ago