![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | fromstring (self, text, loc_db, parser_result=None) |
| def | flen (cls, mode, v) |
| def | encode (self) |
| def | decode (self, v) |
Public Member Functions inherited from miasm.arch.x86.arch.bs_cond_imm | |
| def | getmaxlen (self) |
Public Member Functions inherited from miasm.core.cpu.bsi | |
| def | __init__ (self, parent, strbits, l, cls, fname, order, lmask, fbits, fmask, value, flen, **kargs) |
| def | clone (self) |
| def | __hash__ (self) |
Public Member Functions inherited from miasm.arch.x86.arch.x86_arg | |
| def | asm_ast_to_expr (self, value, loc_db, size_hint=None, fixed_size=None) |
Public Member Functions inherited from miasm.core.cpu.m_arg | |
| def | asm_ast_to_expr (self, arg, loc_db, **kwargs) |
Public Attributes | |
| expr | |
| l | |
| value | |
Public Attributes inherited from miasm.arch.x86.arch.bs_cond_imm | |
| expr | |
| l | |
| value | |
Public Attributes inherited from miasm.arch.x86.arch.bs_cond_scale | |
| value | |
| l | |
Public Attributes inherited from miasm.core.cpu.bsi | |
| parent | |
| strbits | |
| l | |
| cls | |
| fname | |
| order | |
| fbits | |
| fmask | |
| flen | |
| value | |
| kargs | |
Public Attributes inherited from miasm.core.cpu.m_arg | |
| expr | |
Static Public Attributes | |
| parser = base_expr | |
Static Public Attributes inherited from miasm.arch.x86.arch.bs_cond_imm | |
| parser = base_expr | |
| int | max_size = 32 |
Static Public Attributes inherited from miasm.arch.x86.arch.bs_cond_scale | |
| int | ll = 2 |
Additional Inherited Members | |
Properties inherited from miasm.core.cpu.bsi | |
| lmask = property(lambda self:(1 << self.l) - 1) | |
| def miasm.arch.x86.arch.bs_rel_off.decode | ( | self, | |
| v | |||
| ) |
Reimplemented from miasm.arch.x86.arch.bs_cond_imm.
Reimplemented in miasm.arch.x86.arch.bs_s08.

| def miasm.arch.x86.arch.bs_rel_off.encode | ( | self | ) |
Reimplemented from miasm.arch.x86.arch.bs_cond_imm.
Reimplemented in miasm.arch.x86.arch.bs_s08.
| def miasm.arch.x86.arch.bs_rel_off.flen | ( | cls, | |
| mode, | |||
| v | |||
| ) |
Reimplemented from miasm.arch.x86.arch.bs_cond_imm.
Reimplemented in miasm.arch.x86.arch.bs_rel_off08, and miasm.arch.x86.arch.bs_s08.

| def miasm.arch.x86.arch.bs_rel_off.fromstring | ( | self, | |
| text, | |||
| loc_db, | |||
parser_result = None |
|||
| ) |
Reimplemented from miasm.arch.x86.arch.bs_cond_imm.
| miasm.arch.x86.arch.bs_rel_off.expr |
| miasm.arch.x86.arch.bs_rel_off.l |
|
static |
| miasm.arch.x86.arch.bs_rel_off.value |