Skip to content

Control-Flow, Dominator Tree, and dot output from Python bytecode

Notifications You must be signed in to change notification settings

x0ret/python-control-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Toolkit for getting control flow informaion from Python bytecode

Specifically:

  • creates basic blocks from Python bytecode
  • creates control-flow graph from the basic blocks
  • creates a dominator tree
  • Graphs via dot the control-flow graph and dominator tree

I've used some routines from Romain Gaucher's equip as a starting point. equip is (c) 2014 by Romain Gaucher

About

Control-Flow, Dominator Tree, and dot output from Python bytecode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%