The Volatility Framework
volatility.plugins.linux.info_regs.linux_info_regs Class Reference

It's like 'info registers' in GDB. More...

Inheritance diagram for volatility.plugins.linux.info_regs.linux_info_regs:

Public Member Functions

def __init__ (self, config, args, kwargs)
 
def calculate (self)
 
def render_text (self, outfd, data)
 
def parse_kernel_stack (self, task)
 

Public Attributes

 bits
 
 reg_size
 
 offsets
 
 fmt
 

Detailed Description

It's like 'info registers' in GDB.

It prints out all the processor registers involved during the context switch.


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