Dumps various data from ComCtl Edit controls (experimental: ListBox, ComboBox)
More...
|
def | __init__ (self, config, args, kwargs) |
|
def | dump_edit (self, dump_to_file, rm_nulls, atom_class_name, context, outfd, wnd, task) |
| Process an Edit.
|
|
def | dump_listbox (self, dump_to_file, atom_class_name, context, outfd, wnd, task) |
| Process a ListBox.
|
|
def | dump_combobox (self, dump_to_file, atom_class_name, context, outfd, wnd, task) |
| Process a ComboBox.
|
|
def | render_text (self, outfd, data) |
| Output the data.
|
|
def | calculate (self) |
|
def | translate_atom (self, winsta, atom_tables, atom_id) |
| Translate an atom into an atom name. More...
|
|
def | translate_hmod (self, winsta, atom_tables, index) |
| Translate an ihmod (index into a handle table) into an atom. More...
|
|
def | render_text (self, outfd, data) |
| Render output in table form.
|
|
def | render_block (self, outfd, data) |
| Render output as a block.
|
|
def | calculate (self) |
|
def | unified_output (self, data) |
|
def | generator (self, data) |
|
def | render_text (self, outfd, data) |
|
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) |
|
def | session_spaces (self, kernel_space) |
| Generators unique _MM_SESSION_SPACE objects referenced by active processes. More...
|
|
def | find_session_space (self, kernel_space, session_id) |
| Get a session address space by its ID. More...
|
|
Dumps various data from ComCtl Edit controls (experimental: ListBox, ComboBox)