miasm
Reverse engineering framework
miasm.loader.minidump_init.MemorySegment Class Reference
Inheritance diagram for miasm.loader.minidump_init.MemorySegment:
Collaboration diagram for miasm.loader.minidump_init.MemorySegment:

Public Member Functions

def __init__ (self, offset, memory_desc, module=None, memory_info=None)
 
def address (self)
 
def size (self)
 
def name (self)
 
def content (self)
 
def protect (self)
 
def pretty_protect (self)
 

Public Attributes

 offset
 
 memory_desc
 
 module
 
 memory_info
 
 minidump
 

Detailed Description

Stand for a segment in memory with additional information

Constructor & Destructor Documentation

◆ __init__()

def miasm.loader.minidump_init.MemorySegment.__init__ (   self,
  offset,
  memory_desc,
  module = None,
  memory_info = None 
)

Member Function Documentation

◆ address()

def miasm.loader.minidump_init.MemorySegment.address (   self)

◆ content()

def miasm.loader.minidump_init.MemorySegment.content (   self)
Here is the call graph for this function:

◆ name()

def miasm.loader.minidump_init.MemorySegment.name (   self)
Here is the caller graph for this function:

◆ pretty_protect()

def miasm.loader.minidump_init.MemorySegment.pretty_protect (   self)
Here is the call graph for this function:

◆ protect()

def miasm.loader.minidump_init.MemorySegment.protect (   self)
Here is the caller graph for this function:

◆ size()

def miasm.loader.minidump_init.MemorySegment.size (   self)
Here is the caller graph for this function:

Member Data Documentation

◆ memory_desc

miasm.loader.minidump_init.MemorySegment.memory_desc

◆ memory_info

miasm.loader.minidump_init.MemorySegment.memory_info

◆ minidump

miasm.loader.minidump_init.MemorySegment.minidump

◆ module

miasm.loader.minidump_init.MemorySegment.module

◆ offset

miasm.loader.minidump_init.MemorySegment.offset

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