miasm
Reverse engineering framework
miasm.analysis.debugging.DebugBreakpointMemory Class Reference
Inheritance diagram for miasm.analysis.debugging.DebugBreakpointMemory:
Collaboration diagram for miasm.analysis.debugging.DebugBreakpointMemory:

Public Member Functions

def __init__ (self, addr, size, access_type)
 
def __str__ (self)
 
def get_access_type (cls, read=False, write=False)
 

Public Attributes

 addr
 
 access_type
 
 size
 

Static Public Attributes

dictionary type2str
 

Constructor & Destructor Documentation

◆ __init__()

def miasm.analysis.debugging.DebugBreakpointMemory.__init__ (   self,
  addr,
  size,
  access_type 
)

Member Function Documentation

◆ __str__()

def miasm.analysis.debugging.DebugBreakpointMemory.__str__ (   self)
Here is the caller graph for this function:

◆ get_access_type()

def miasm.analysis.debugging.DebugBreakpointMemory.get_access_type (   cls,
  read = False,
  write = False 
)

Member Data Documentation

◆ access_type

miasm.analysis.debugging.DebugBreakpointMemory.access_type

◆ addr

miasm.analysis.debugging.DebugBreakpointMemory.addr

◆ size

miasm.analysis.debugging.DebugBreakpointMemory.size

◆ type2str

dictionary miasm.analysis.debugging.DebugBreakpointMemory.type2str
static
Initial value:
= {csts.BREAKPOINT_READ: "R",
csts.BREAKPOINT_WRITE: "W"}

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