miasm
Reverse engineering framework
|
Functions | |
def | do_not_raise_me (jitter) |
Variables | |
machine = Machine("x86_32") | |
loc_db = LocationDB() | |
jitter = machine.jitter(loc_db, sys.argv[1]) | |
ESP | |
def test_post_instr.do_not_raise_me | ( | jitter | ) |
test_post_instr.ESP |
test_post_instr.jitter = machine.jitter(loc_db, sys.argv[1]) |
test_post_instr.loc_db = LocationDB() |
test_post_instr.machine = Machine("x86_32") |