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

Public Member Functions

def is_activated (flag)
 
- 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

int MAXIMUM_SUPPORTED_EXTENSION = 512
 
- 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

CONTEXT x86
https://msdn.microsoft.com/en-us/en-en/library/ms679284(v=vs.85).aspx
http://terminus.rewolf.pl/terminus/structures/ntdll/_CONTEXT_x86.html

Member Function Documentation

◆ is_activated()

def miasm.loader.minidump.Context_x86.is_activated (   flag)

Member Data Documentation

◆ MAXIMUM_SUPPORTED_EXTENSION

int miasm.loader.minidump.Context_x86.MAXIMUM_SUPPORTED_EXTENSION = 512
static

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