Package Libs :: Module immvcglib :: Class graphTree
[hide private]
[frames] | no frames]

Class graphTree

source code

Instance Methods [hide private]
 
__init__(self, address, imm)
Init the graphing object
source code
 
orderNodesFromTree(self)
return a call ordered list of nodes
source code
 
makeNode(self, title, content="", vertical_order=0)
build a simple node VCG buf entry
source code
 
makeEdge(self, source, target, label="", color="green")
work out the relations between the boxies
source code
 
makeVCG(self, title, nodes=[], edges=[])
build a simple node tree VCG buffer
source code
 
graphCallTree(self)
pop up a call tree graph for this address
source code