miasm
Reverse engineering framework
|
Public Member Functions | |
def | decodeval (self, v) |
def | encodeval (self, v) |
Public Member Functions inherited from miasm.core.cpu.imm_noarg | |
def | int2expr (self, v) |
def | expr2int (self, e) |
def | fromstring (self, text, loc_db, parser_result=None) |
def | decode (self, v) |
def | encode (self) |
Static Public Attributes | |
parser = base_expr | |
Static Public Attributes inherited from miasm.core.cpu.imm_noarg | |
int | intsize = 32 |
tuple | intmask = (1 << intsize) - 1 |
Additional Inherited Members | |
Public Attributes inherited from miasm.core.cpu.imm_noarg | |
expr | |
value | |
def miasm.arch.x86.arch.x86_imm.decodeval | ( | self, | |
v | |||
) |
Reimplemented from miasm.core.cpu.imm_noarg.
Reimplemented in miasm.arch.x86.arch.x86_s08to16.
def miasm.arch.x86.arch.x86_imm.encodeval | ( | self, | |
v | |||
) |
Reimplemented from miasm.core.cpu.imm_noarg.
Reimplemented in miasm.arch.x86.arch.x86_s08to16.
|
static |