miasm
Reverse engineering framework
|
Classes | |
class | trace.ESETrackMemory |
Namespaces | |
trace | |
Functions | |
def | trace.instr_hook (jitter) |
Variables | |
int | trace.instr_count = 0 |
trace.parser = Sandbox_Linux_arml.parser(description="Tracer") | |
trace.help | |
trace.options = parser.parse_args() | |
trace.SymbExecClass | |
trace.jitter | |
trace.loc_db = LocationDB() | |
trace.sb = Sandbox_Linux_arml(loc_db, options.filename, options, globals()) | |
trace.jit_maxline | |
trace.max_exec_per_call | |
trace.exec_cb | |
trace.start_time = time.time() | |
trace.stop_time = time.time() | |