SYMBOL INDEX (19 symbols across 3 files) FILE: Helpers/Device.py class Device (line 9) | class Device: method __init__ (line 10) | def __init__(self, dynamic_function_name, cdm_version, module_names): method export_key (line 22) | def export_key(self, key, client_id): method on_message (line 41) | def on_message(self, msg, data): method license_request_message (line 56) | def license_request_message(self, data): method find_widevine_process (line 70) | def find_widevine_process(self, process_name): method hook_to_process (line 88) | def hook_to_process(self, process, library): FILE: Helpers/script.js constant DYNAMIC_FUNCTION_NAME (line 1) | const DYNAMIC_FUNCTION_NAME = '${DYNAMIC_FUNCTION_NAME}'; constant CDM_VERSION (line 2) | const CDM_VERSION = '${CDM_VERSION}'; constant KNOWN_DYNAMIC_FUNCTION_NAMES (line 5) | const KNOWN_DYNAMIC_FUNCTION_NAMES = [ function TextEncoder (line 18) | function TextEncoder() { function getPrivateKey (line 53) | function getPrivateKey(address) { function disablePrivacyMode (line 80) | function disablePrivacyMode(address) { function prepareKeyRequest (line 88) | function prepareKeyRequest(address) { function hookLibFunctions (line 118) | function hookLibFunctions(lib) { function getModuleByName (line 169) | function getModuleByName(lib) { function a2bs (line 173) | function a2bs(bytes) { function getKeyLength (line 180) | function getKeyLength(key) { FILE: dump_keys.py function main (line 14) | def main():