miasm
Reverse engineering framework
|
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) | |