miasm
Reverse engineering framework
|
Classes | |
class | modint |
class | moduint |
Functions | |
def | is_modint (a) |
def | define_int (size) |
def | define_uint (size) |
def | define_common_int () |
Variables | |
dictionary | mod_size2uint = {} |
dictionary | mod_size2int = {} |
dictionary | mod_uint2size = {} |
dictionary | mod_int2size = {} |
def miasm.core.modint.define_common_int | ( | ) |
def miasm.core.modint.define_int | ( | size | ) |
Build the 'modint' instance corresponding to size @size
def miasm.core.modint.define_uint | ( | size | ) |
Build the 'moduint' instance corresponding to size @size
def miasm.core.modint.is_modint | ( | a | ) |
dictionary miasm.core.modint.mod_int2size = {} |
dictionary miasm.core.modint.mod_size2int = {} |
dictionary miasm.core.modint.mod_size2uint = {} |
dictionary miasm.core.modint.mod_uint2size = {} |