![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | flen (cls, mode, v) |
Public Member Functions inherited from miasm.arch.x86.arch.bs_rel_off | |
| def | fromstring (self, text, loc_db, parser_result=None) |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from miasm.arch.x86.arch.bs_rel_off | |
| 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 inherited from miasm.arch.x86.arch.bs_rel_off | |
| 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 |
Properties inherited from miasm.core.cpu.bsi | |
| lmask = property(lambda self:(1 << self.l) - 1) | |
| def miasm.arch.x86.arch.bs_rel_off08.flen | ( | cls, | |
| mode, | |||
| v | |||
| ) |
Reimplemented from miasm.arch.x86.arch.bs_rel_off.