miasm
Reverse engineering framework
|
Namespaces | |
testqemu64 | |
Functions | |
def | testqemu64.parse_fmt (s) |
def | testqemu64.xxx___printf_chk (jitter) |
def | testqemu64.xxx_puts (jitter) |
Variables | |
testqemu64.stdout = stdout.buffer | |
int | testqemu64.nb_tests = 1 |
testqemu64.parser = Sandbox_Linux_x86_64.parser(description="ELF sandboxer") | |
testqemu64.help | |
testqemu64.options = parser.parse_args() | |
testqemu64.expected = open(options.expected) | |
testqemu64.loc_db = LocationDB() | |
testqemu64.sb = Sandbox_Linux_x86_64(loc_db, options.filename, options, globals()) | |
testqemu64.addr = sb.elf.getsectionbyname(".symtab")[options.funcname].value | |
testqemu64.FS | |