miasm
Reverse engineering framework
|
Public Member Functions | |
def | encode (self) |
Public Member Functions inherited from miasm.core.cpu.int32_noarg | |
def | decode (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 | decodeval (self, v) |
def | encodeval (self, v) |
Public Attributes | |
value | |
Public Attributes inherited from miasm.core.cpu.int32_noarg | |
expr | |
value | |
Public Attributes inherited from miasm.core.cpu.imm_noarg | |
expr | |
value | |
Additional Inherited Members | |
Static Public Attributes inherited from miasm.core.cpu.int32_noarg | |
int | intsize = 32 |
tuple | intmask = (1 << intsize) - 1 |
Static Public Attributes inherited from miasm.core.cpu.imm_noarg | |
int | intsize = 32 |
tuple | intmask = (1 << intsize) - 1 |
Generic Toshiba MeP-c4 signed immediate Note: encode() is copied from int32_noarg.encode() and modified to allow small (< 32 bits) signed immediate to be manipulated.
def miasm.arch.mep.arch.mep_int32_noarg.encode | ( | self | ) |
miasm.arch.mep.arch.mep_int32_noarg.value |