.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.
 
 
 
 
David Srbecký d9cdb29c2d Refactoring control flow 15 years ago
..
ControlFlowEdge.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 years ago
ControlFlowGraph.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 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 A bit more documentation for my FlowAnalysis code. 15 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