A class to record info about a stack frame.
More...
|
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) |
|
|
| address |
|
| proc_as |
|
| frame_number |
|
| symbol |
|
| locals_size |
|
A class to record info about a stack frame.
The documentation for this class was generated from the following file:
- volatility/plugins/linux/process_stack.py