miasm
Reverse engineering framework
|
Public Member Functions | |
def | parse_context (self, content, offset) |
Public Member Functions inherited from miasm.loader.new_cstruct.CStruct | |
def | __init__ (self, parent_head=None, _sex=None, _wsize=None, **kargs) |
def | pack (self) |
def | __bytes__ (self) |
def | __str__ (self) |
def | __len__ (self) |
def | __repr__ (self) |
def | __getitem__ (self, item) |
Public Member Functions inherited from miasm.loader.new_cstruct.Cstruct_Metaclass | |
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 | |
dictionary | arch2context_cls |
Static Public Attributes inherited from miasm.loader.new_cstruct.Cstruct_Metaclass | |
string | field_suffix = "_value" |
Additional Inherited Members | |
Public Attributes inherited from miasm.loader.new_cstruct.CStruct | |
parent_head | |
sex | |
MINIDUMP_THREAD https://msdn.microsoft.com/en-us/library/ms680517(v=vs.85).aspx
def miasm.loader.minidump.Thread.parse_context | ( | self, | |
content, | |||
offset | |||
) |
|
static |