miasm
Reverse engineering framework
testqemu.py File Reference

Namespaces

 testqemu
 

Functions

def testqemu.parse_fmt (s)
 
def testqemu.xxx___printf_chk (jitter)
 
def testqemu.xxx_puts (jitter)
 

Variables

 testqemu.stdout = stdout.buffer
 
int testqemu.nb_tests = 1
 
 testqemu.parser = Sandbox_Linux_x86_32.parser(description="ELF sandboxer")
 
 testqemu.help
 
 testqemu.options = parser.parse_args()
 
 testqemu.expected = open(options.expected)
 
 testqemu.loc_db = LocationDB()
 
 testqemu.sb = Sandbox_Linux_x86_32(loc_db, options.filename, options, globals())
 
 testqemu.addr = sb.elf.getsectionbyname(".symtab")[options.funcname].value
 
 testqemu.GS