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