miasm
Reverse engineering framework
|
Namespaces | |
arch | |
Functions | |
def | arch.h2i (s) |
def | arch.profile_dis (o) |
Variables | |
arch.mylabel16 = m2_expr.ExprId('mylabel16', 16) | |
arch.mylabel32 = m2_expr.ExprId('mylabel32', 32) | |
arch.mylabel64 = m2_expr.ExprId('mylabel64', 64) | |
arch.reg_and_id = dict(mn_x86.regs.all_regs_ids_byname) | |
int | arch.m16 = 16 |
int | arch.m32 = 32 |
int | arch.m64 = 64 |
dictionary | arch.test_file |
int | arch.mode_x = m32 |
string | arch.instr_bytes = b'\x65\xc7\x00\x09\x00\x00\x00' |
arch.inst = mn_x86.dis(instr_bytes, 32, 0) | |