class Metasm::Decompiler::CGraph

converts C code to a graph of cexprs (nodes = cexprs, edges = codepaths) returns a CGraph

Attributes

block[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label

exprs[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label

from_optim[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label

start[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label

to[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label

to_optim[RW]

exprs: label => [exprs], to: label => [labels], block: label => are exprs standalone (vs If#test), start: 1st label