miasm
Reverse engineering framework
test_env.py File Reference

Namespaces

 test_env
 

Variables

 test_env.arch = sys.argv[1]
 
 test_env.sandbox = Sandbox_Linux_x86_32
 
 test_env.parser = sandbox.parser(description="ELF sandboxer")
 
 test_env.help
 
 test_env.options = parser.parse_args(sys.argv[2:])
 
 test_env.loc_db = LocationDB()
 
 test_env.sb = sandbox(loc_db, options.filename, options, globals())