The Volatility Framework
volatility.plugins.linux.process_stack.stack_frame Class Reference

A class to record info about a stack frame. More...

Inheritance diagram for volatility.plugins.linux.process_stack.stack_frame:

Public Member Functions

def __init__ (self, address, proc_as, frame_number)
 
def function (self)
 
def function (self, value)
 
def ret (self)
 
def ret_address (self)
 
def ebp (self)
 
def ebp_address (self)
 
def arg_address (self)
 
def locals_end (self)
 
def get_locals (self)
 
def __repr__ (self)
 

Public Attributes

 address
 
 proc_as
 
 frame_number
 
 symbol
 
 locals_size
 

Detailed Description

A class to record info about a stack frame.


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