miasm
Reverse engineering framework
common Namespace Reference

Classes

class  TestCommonAPI
 

Variables

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

Variable Documentation

◆ jit

common.jit = machine.jitter(loc_db)

◆ loc_db

common.loc_db = LocationDB()

◆ machine

common.machine = Machine("x86_32")

◆ report

common.report = unittest.TextTestRunner(verbosity=2).run(testsuite)

◆ testsuite

common.testsuite = unittest.TestLoader().loadTestsFromTestCase(TestCommonAPI)