The Volatility Framework
volatility.plugins.mac.common.AbstractMacCommand Class Reference
Inheritance diagram for volatility.plugins.mac.common.AbstractMacCommand:
volatility.commands.Command volatility.plugins.mac.apihooks_kernel.mac_apihooks_kernel volatility.plugins.mac.check_mig_table.mac_check_mig_table volatility.plugins.mac.check_syscall_shadow.mac_check_syscall_shadow volatility.plugins.mac.check_syscall_table.mac_check_syscalls volatility.plugins.mac.check_sysctl.mac_check_sysctl volatility.plugins.mac.check_trap_table.mac_check_trap_table volatility.plugins.mac.compressed_swap.mac_compressed_swap volatility.plugins.mac.dmesg.mac_dmesg volatility.plugins.mac.dump_files.mac_dump_file volatility.plugins.mac.find_aslr_shift.mac_find_aslr_shift volatility.plugins.mac.get_profile.mac_get_profile volatility.plugins.mac.ifconfig.mac_ifconfig volatility.plugins.mac.list_files.mac_list_files volatility.plugins.mac.list_kauth_scopes.mac_list_kauth_scopes volatility.plugins.mac.list_zones.mac_list_zones volatility.plugins.mac.lsmod.mac_lsmod volatility.plugins.mac.lsmod_iokit.mac_lsmod_iokit volatility.plugins.mac.machine_info.mac_machine_info volatility.plugins.mac.moddump.mac_moddump volatility.plugins.mac.mount.mac_mount volatility.plugins.mac.netconns.mac_network_conns volatility.plugins.mac.print_boot_cmdline.mac_print_boot_cmdline volatility.plugins.mac.pslist.mac_pslist volatility.plugins.mac.psxview.mac_psxview volatility.plugins.mac.route.mac_route volatility.plugins.mac.version.mac_version

Public Member Functions

def __init__ (self, args, kwargs)
 
def profile (self)
 
def execute (self, args, kwargs)
 
- Public Member Functions inherited from volatility.commands.Command
def __init__ (self, config, _args, _kwargs)
 Constructor uses args as an initializer. More...
 
def help (cls)
 This function returns a string that will be displayed when a user lists available plugins.
 
def calculate (self)
 This function is responsible for performing all calculations. More...
 
def execute (self)
 Executes the plugin command. More...
 
def format_value (self, value, fmt)
 Formats an individual field using the table formatting codes.
 
def table_header
 Table header renders the title row of a table. More...
 
def table_row (self, outfd, args)
 Outputs a single row of a table.
 
def text_cell_renderers (self, columns)
 Returns default renderers for the columns listed.
 
def unified_output (self, data)
 
def render_text (self, outfd, data)
 
def render_greptext (self, outfd, data)
 
def render_json (self, outfd, data)
 
def render_sqlite (self, outfd, data)
 
def render_dot (self, outfd, data)
 
def render_html (self, outfd, data)
 
def render_xlsx (self, outfd, data)
 

Static Public Member Functions

def register_options (config)
 
def is_valid_profile (profile)
 
- Static Public Member Functions inherited from volatility.commands.Command
def register_options (config)
 Registers options into a config object provided.
 
def is_valid_profile (profile)
 

Public Attributes

 addr_space
 

Additional Inherited Members

- Static Public Attributes inherited from volatility.commands.Command
string op = ""
 
string opts = ""
 
string args = ""
 
string cmdname = ""
 
dictionary meta_info = {}
 
 elide_data = True
 
string tablesep = " "
 
 text_sort_column = None
 
dictionary text_stock_renderers
 

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