miasm
Reverse engineering framework
sandbox_elf_ppc32 Namespace Reference

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())
 

Variable Documentation

◆ help

sandbox_elf_ppc32.help

◆ loc_db

sandbox_elf_ppc32.loc_db = LocationDB()

◆ options

sandbox_elf_ppc32.options = parser.parse_args()

◆ parser

sandbox_elf_ppc32.parser = Sandbox_Linux_ppc32b.parser(description="ELF sandboxer")

◆ sb

sandbox_elf_ppc32.sb = Sandbox_Linux_ppc32b(loc_db, options.filename, options, globals())