miasm
Reverse engineering framework
|
Public Member Functions | |
def | getpc (cls, attrib=None) |
def | getsp (cls, attrib=None) |
def | additional_info (self) |
def | getbits (cls, bs, attrib, start, n) |
def | endian_offset (cls, attrib, offset) |
def | check_mnemo (cls, fields) |
def | getmn (cls, name) |
def | mod_fields (cls, fields) |
def | gen_modes (cls, subcls, name, bases, dct, fields) |
def | value (self, mode) |
def | get_symbol_size (self, symbol, loc_db, mode) |
def | reset_class (self) |
Public Member Functions inherited from miasm.core.cpu.cls_mn | |
def | guess_mnemo (cls, bs, attrib, pre_dis_info, offset) |
def | init_class (self) |
def | add_pre_dis_info (self, prefix=None) |
def | getbytes (cls, bs, offset, l) |
def | pre_dis (cls, v_o, attrib, offset) |
def | post_dis (self) |
def | dis (cls, bs_o, mode_o=None, offset=0) |
def | fromstring (cls, text, loc_db, mode=None) |
def | dup_info (self, infos) |
def | get_cls_instance (cls, cc, mode, infos=None) |
def | asm (cls, instr, loc_db=None) |
def | filter_asm_candidates (cls, instr, candidates) |
def | encodefields (self, decoded) |
def | decoded2bytes (self, result) |
def | gen_args (self, args) |
def | args2str (self) |
def | __str__ (self) |
def | parse_prefix (self, v) |
def | set_dst_symbol (self, loc_db) |
def | getdstflow (self, loc_db) |
Public Member Functions inherited from miasm.core.cpu.metamn | |
def | __new__ (mcs, name, bases, dct) |
Static Public Attributes | |
int | delayslot = 0 |
string | name = "aarch64" |
regs = regs_module | |
dictionary | bintree = {} |
int | num = 0 |
list | all_mn = [] |
all_mn_mode = defaultdict(list) | |
all_mn_name = defaultdict(list) | |
all_mn_inst = defaultdict(list) | |
dictionary | pc = {'l': PC, 'b': PC} |
dictionary | sp = {'l': SP, 'b': SP} |
instruction = instruction_aarch64 | |
int | max_instruction_len = 4 |
int | alignment = 4 |
Static Public Attributes inherited from miasm.core.cpu.cls_mn | |
list | args_symb = [] |
instruction = instruction | |
int | alignment = 1 |
Additional Inherited Members | |
Public Attributes inherited from miasm.core.cpu.cls_mn | |
args | |
fields_order | |
to_decode | |
args_symb | |
def miasm.arch.aarch64.arch.mn_aarch64.additional_info | ( | self | ) |
def miasm.arch.aarch64.arch.mn_aarch64.check_mnemo | ( | cls, | |
fields | |||
) |
Reimplemented from miasm.core.cpu.cls_mn.
def miasm.arch.aarch64.arch.mn_aarch64.endian_offset | ( | cls, | |
attrib, | |||
offset | |||
) |
def miasm.arch.aarch64.arch.mn_aarch64.gen_modes | ( | cls, | |
subcls, | |||
name, | |||
bases, | |||
dct, | |||
fields | |||
) |
def miasm.arch.aarch64.arch.mn_aarch64.get_symbol_size | ( | self, | |
symbol, | |||
loc_db, | |||
mode | |||
) |
def miasm.arch.aarch64.arch.mn_aarch64.getbits | ( | cls, | |
bs, | |||
attrib, | |||
start, | |||
n | |||
) |
Reimplemented from miasm.core.cpu.cls_mn.
def miasm.arch.aarch64.arch.mn_aarch64.getmn | ( | cls, | |
name | |||
) |
def miasm.arch.aarch64.arch.mn_aarch64.getpc | ( | cls, | |
attrib = None |
|||
) |
def miasm.arch.aarch64.arch.mn_aarch64.getsp | ( | cls, | |
attrib = None |
|||
) |
def miasm.arch.aarch64.arch.mn_aarch64.mod_fields | ( | cls, | |
fields | |||
) |
Reimplemented from miasm.core.cpu.cls_mn.
def miasm.arch.aarch64.arch.mn_aarch64.reset_class | ( | self | ) |
Reimplemented from miasm.core.cpu.cls_mn.
def miasm.arch.aarch64.arch.mn_aarch64.value | ( | self, | |
mode | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |