miasm
Reverse engineering framework
miasm.core.modint Namespace Reference

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 = {}
 

Function Documentation

◆ define_common_int()

def miasm.core.modint.define_common_int ( )
Here is the call graph for this function:

◆ define_int()

def miasm.core.modint.define_int (   size)
Build the 'modint' instance corresponding to size @size
Here is the caller graph for this function:

◆ define_uint()

def miasm.core.modint.define_uint (   size)
Build the 'moduint' instance corresponding to size @size
Here is the caller graph for this function:

◆ is_modint()

def miasm.core.modint.is_modint (   a)

Variable Documentation

◆ mod_int2size

dictionary miasm.core.modint.mod_int2size = {}

◆ mod_size2int

dictionary miasm.core.modint.mod_size2int = {}

◆ mod_size2uint

dictionary miasm.core.modint.mod_size2uint = {}

◆ mod_uint2size

dictionary miasm.core.modint.mod_uint2size = {}