SYMBOL INDEX (54 symbols across 4 files) FILE: mimipy.py class VersionError (line 30) | class VersionError(Exception): function colorize (line 53) | def colorize(s, color="grey"): function get_shadow_hashes (line 76) | def get_shadow_hashes(): function memstrings (line 94) | def memstrings(mw, start_offset=None, end_offset=None, optimizations=''): function password_found (line 101) | def password_found(desc, process, user, password): function password_list_match (line 111) | def password_list_match(password_list, near): function cleanup_string (line 117) | def cleanup_string(s): function get_strings_around (line 125) | def get_strings_around(mw, addr, string_at_addr, max_strings=30): function search_password (line 137) | def search_password(optimizations='nsrx', pid=None, mode="cleartext", ig... function search_string (line 156) | def search_string(mypasswd, optimizations='nsrx', pid=None, ignore=[]): function search_http_creds (line 233) | def search_http_creds(data, offset): function loot_http_passwords (line 271) | def loot_http_passwords(name, pid, rule, clean=False, cred_cb=None, opti... function loot_mysql_passwords (line 278) | def loot_mysql_passwords(name, pid, rule, clean=False, cred_cb=None, opt... function test_shadow (line 284) | def test_shadow(name, pid, rule, clean=False, cred_cb=None, optimization... function mimipy_loot_passwords (line 319) | def mimipy_loot_passwords(clean=False, optimizations='nsrx', ignore=None): FILE: packed/mimipy.py class VersionError (line 49) | class VersionError(Exception): function colorize (line 72) | def colorize(s, color="grey"): function get_shadow_hashes (line 95) | def get_shadow_hashes(): function memstrings (line 113) | def memstrings(mw, start_offset=None, end_offset=None, optimizations=''): function password_found (line 120) | def password_found(desc, process, user, password): function password_list_match (line 130) | def password_list_match(password_list, near): function cleanup_string (line 136) | def cleanup_string(s): function get_strings_around (line 144) | def get_strings_around(mw, addr, string_at_addr, max_strings=30): function search_password (line 156) | def search_password(optimizations='nsrx', pid=None, mode="cleartext", ig... function search_string (line 175) | def search_string(mypasswd, optimizations='nsrx', pid=None, ignore=[]): function search_http_creds (line 252) | def search_http_creds(data, offset): function loot_http_passwords (line 290) | def loot_http_passwords(name, pid, rule, clean=False, cred_cb=None, opti... function loot_mysql_passwords (line 297) | def loot_mysql_passwords(name, pid, rule, clean=False, cred_cb=None, opt... function test_shadow (line 303) | def test_shadow(name, pid, rule, clean=False, cred_cb=None, optimization... function mimipy_loot_passwords (line 338) | def mimipy_loot_passwords(clean=False, optimizations='nsrx', ignore=None): FILE: packed/pack.py function get_load_module_code (line 12) | def get_load_module_code(code, modulename): FILE: packed/pupyimporter.py function dprint (line 24) | def dprint(msg): function memtrace (line 29) | def memtrace(msg): class MemImporter (line 66) | class MemImporter(object): method __init__ (line 67) | def __init__(self): method import_module (line 103) | def import_module(self, data, initfuncname, fullname, path): method load_library (line 107) | def load_library(self, data, fullname, dlopen=True, initfuncname=None): function get_module_files (line 157) | def get_module_files(fullname): function pupy_add_package (line 177) | def pupy_add_package(pkdic, compressed=False, name=None): function has_module (line 203) | def has_module(name): function invalidate_module (line 206) | def invalidate_module(name): function native_import (line 237) | def native_import(name): class PupyPackageLoader (line 240) | class PupyPackageLoader: method __init__ (line 241) | def __init__(self, fullname, contents, extension, is_pkg, path): method load_module (line 249) | def load_module(self, fullname): class PupyPackageFinderImportError (line 328) | class PupyPackageFinderImportError(ImportError): class PupyPackageFinder (line 331) | class PupyPackageFinder(object): method __init__ (line 332) | def __init__(self, path=None): method find_module (line 336) | def find_module(self, fullname, path=None, second_pass=False): function register_package_request_hook (line 429) | def register_package_request_hook(hook): function register_package_error_hook (line 433) | def register_package_error_hook(hook): function unregister_package_error_hook (line 438) | def unregister_package_error_hook(): function unregister_package_request_hook (line 442) | def unregister_package_request_hook(): function install (line 446) | def install(debug=None, trace=False):