SYMBOL INDEX (50 symbols across 1 files) FILE: VolDiff.py function print_voldiff_banner (line 174) | def print_voldiff_banner(): function print_help (line 184) | def print_help(): function print_version (line 198) | def print_version(): function print_dependencies (line 206) | def print_dependencies(): function check_volatility_path (line 212) | def check_volatility_path(path): function check_enough_arguments_supplied (line 223) | def check_enough_arguments_supplied(n=4): function check_profile (line 230) | def check_profile(pr): function script_completion (line 243) | def script_completion(start_time): function diff_files (line 260) | def diff_files(path1, path2, diffpath): function report_plugin (line 277) | def report_plugin(plugin, header_lines=0, threshold=diff_output_threshold): function open_report (line 298) | def open_report(report_path): function notify_completion (line 311) | def notify_completion(message): function open_full_plugin (line 318) | def open_full_plugin(plugin="psscan", lines_to_ignore=2, state="infected"): function open_diff_plugin (line 328) | def open_diff_plugin(plugin="psscan", lines_to_ignore=2): function anomaly_search (line 338) | def anomaly_search(plugin, regex_to_include, ignorecase='yes', regex_to_... function anomaly_search_inverted (line 361) | def anomaly_search_inverted(plugin, regex_to_exclude, ignorecase='yes', ... function report_anomalies (line 381) | def report_anomalies(headline, anomaly_list, delim="=", plugin="", heade... function extract_substrings (line 411) | def extract_substrings(input_list, regex): function tidy_list (line 421) | def tidy_list(input_list): function find_ips_domains_emails (line 431) | def find_ips_domains_emails(plugin): function get_pids (line 462) | def get_pids(procname, plugin="psscan"): function get_associated_process_lines_pids (line 475) | def get_associated_process_lines_pids(pids, plugin="psscan"): function get_associated_process_lines_ppids (line 486) | def get_associated_process_lines_ppids(ppids, plugin="psscan"): function get_childs_of (line 497) | def get_childs_of(pids): function get_parent_pids_of (line 510) | def get_parent_pids_of(childs): function get_procnames (line 522) | def get_procnames(pids): function get_all_pids (line 533) | def get_all_pids(exception_regex=''): function get_diff_pids (line 548) | def get_diff_pids(exception_regex=''): function get_procname (line 563) | def get_procname(pid, plugin='psscan'): function get_all_procnames (line 575) | def get_all_procnames(plugin='psscan', exception_regex=''): function get_all_ppids (line 588) | def get_all_ppids(exception_regex=''): function get_session (line 601) | def get_session(pid): function get_execpath (line 612) | def get_execpath(pid): function get_cmdline (line 627) | def get_cmdline(pid): function deadproc_activethreads (line 644) | def deadproc_activethreads(): function get_hosts_contents (line 654) | def get_hosts_contents(memory_image_file): function filter_new_services (line 679) | def filter_new_services(): function get_associated_services (line 693) | def get_associated_services(pid): function get_malfind_pids (line 707) | def get_malfind_pids(): function get_malfind_injections (line 718) | def get_malfind_injections(pid, m="dual"): function analyse_registry (line 736) | def analyse_registry(pid): function analyse_imports (line 774) | def analyse_imports(pid): function strings (line 823) | def strings(filepath, minimum=4): function analyse_strings (line 835) | def analyse_strings(pid): function check_expected_parent (line 888) | def check_expected_parent(pid): function get_remote_share_handles (line 907) | def get_remote_share_handles(pid): function get_raw_sockets (line 916) | def get_raw_sockets(pid): function get_md5 (line 925) | def get_md5(pid): function report_virustotal_md5_results (line 936) | def report_virustotal_md5_results(md5, api): function main (line 965) | def main():