miasm
Reverse engineering framework
miasm.loader.cstruct Namespace Reference

Classes

class  CStruct
 
class  Cstruct_Metaclass
 
class  CStructStruct
 

Functions

def fix_size (fields, wsize)
 

Variables

dictionary type_size = {}
 
dictionary size2type = {}
 
 s = struct.calcsize(t)
 

Function Documentation

◆ fix_size()

def miasm.loader.cstruct.fix_size (   fields,
  wsize 
)
Here is the caller graph for this function:

Variable Documentation

◆ s

miasm.loader.cstruct.s = struct.calcsize(t)

◆ size2type

dictionary miasm.loader.cstruct.size2type = {}

◆ type_size

dictionary miasm.loader.cstruct.type_size = {}