miasm
Reverse engineering framework
miasm.loader.new_cstruct.Cstruct_Metaclass Class Reference
Inheritance diagram for miasm.loader.new_cstruct.Cstruct_Metaclass:
Collaboration diagram for miasm.loader.new_cstruct.Cstruct_Metaclass:

Public Member Functions

def __new__ (cls, name, bases, dct)
 
def unpack_l (cls, s, off=0, parent_head=None, _sex=None, _wsize=None)
 
def unpack (cls, s, off=0, parent_head=None, _sex=None, _wsize=None)
 

Static Public Attributes

string field_suffix = "_value"
 

Member Function Documentation

◆ __new__()

def miasm.loader.new_cstruct.Cstruct_Metaclass.__new__ (   cls,
  name,
  bases,
  dct 
)

◆ unpack()

def miasm.loader.new_cstruct.Cstruct_Metaclass.unpack (   cls,
  s,
  off = 0,
  parent_head = None,
  _sex = None,
  _wsize = None 
)
Here is the call graph for this function:

◆ unpack_l()

def miasm.loader.new_cstruct.Cstruct_Metaclass.unpack_l (   cls,
  s,
  off = 0,
  parent_head = None,
  _sex = None,
  _wsize = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ field_suffix

string miasm.loader.new_cstruct.Cstruct_Metaclass.field_suffix = "_value"
static

The documentation for this class was generated from the following file: