miasm
Reverse engineering framework
miasm.loader.minidump.Thread Class Reference
Inheritance diagram for miasm.loader.minidump.Thread:
Collaboration diagram for miasm.loader.minidump.Thread:

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
 

Detailed Description

MINIDUMP_THREAD
https://msdn.microsoft.com/en-us/library/ms680517(v=vs.85).aspx

Member Function Documentation

◆ parse_context()

def miasm.loader.minidump.Thread.parse_context (   self,
  content,
  offset 
)

Member Data Documentation

◆ arch2context_cls

dictionary miasm.loader.minidump.Thread.arch2context_cls
static
Initial value:
= {
processorArchitecture.PROCESSOR_ARCHITECTURE_X86: Context_x86,
processorArchitecture.PROCESSOR_ARCHITECTURE_AMD64: Context_AMD64,
}

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