miasm
Reverse engineering framework
test_post_instr Namespace Reference

Functions

def do_not_raise_me (jitter)
 

Variables

 machine = Machine("x86_32")
 
 loc_db = LocationDB()
 
 jitter = machine.jitter(loc_db, sys.argv[1])
 
 ESP
 

Function Documentation

◆ do_not_raise_me()

def test_post_instr.do_not_raise_me (   jitter)

Variable Documentation

◆ ESP

test_post_instr.ESP

◆ jitter

test_post_instr.jitter = machine.jitter(loc_db, sys.argv[1])

◆ loc_db

test_post_instr.loc_db = LocationDB()

◆ machine

test_post_instr.machine = Machine("x86_32")