![]() |
miasm
Reverse engineering framework
|
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) | |
| common.jit = machine.jitter(loc_db) |
| common.loc_db = LocationDB() |
| common.machine = Machine("x86_32") |
| common.report = unittest.TextTestRunner(verbosity=2).run(testsuite) |
| common.testsuite = unittest.TestLoader().loadTestsFromTestCase(TestCommonAPI) |