miasm
Reverse engineering framework
common.py File Reference

Classes

class  common.TestCommonAPI
 

Namespaces

 common
 

Variables

 common.machine = Machine("x86_32")
 
 common.loc_db = LocationDB()
 
 common.jit = machine.jitter(loc_db)
 
 common.testsuite = unittest.TestLoader().loadTestsFromTestCase(TestCommonAPI)
 
 common.report = unittest.TextTestRunner(verbosity=2).run(testsuite)