![]() |
miasm
Reverse engineering framework
|
Variables | |
| parser = Sandbox_Linux_ppc32b.parser(description="ELF sandboxer") | |
| help | |
| options = parser.parse_args() | |
| loc_db = LocationDB() | |
| sb = Sandbox_Linux_ppc32b(loc_db, options.filename, options, globals()) | |
| sandbox_elf_ppc32.help |
| sandbox_elf_ppc32.loc_db = LocationDB() |
| sandbox_elf_ppc32.options = parser.parse_args() |
| sandbox_elf_ppc32.parser = Sandbox_Linux_ppc32b.parser(description="ELF sandboxer") |
| sandbox_elf_ppc32.sb = Sandbox_Linux_ppc32b(loc_db, options.filename, options, globals()) |