D | IDFApp.py | 39 def parse_encrypted_flag(args, offs, binary): # type: (Dict, str, str) -> Any argument 45 if (entry['offset'], entry['file']) == (offs, binary): 72 for (offs, binary) in args['flash_files'].items(): 74 flash_files.append((offs, binary)) 75 encrypted = parse_encrypted_flag(args, offs, binary) 80 encrypt_files.append((offs, binary))
|