Release 1.0.3

- Fix target analyse
- Fix function arg count
- Fix selected functions by name
- Show loaded script
- Add extracted function for SDK 34
- Add simple arg
This commit is contained in:
hyugogirubato
2024-04-01 18:04:51 +02:00
parent c9b2f8975c
commit 09391e8dac
5 changed files with 128291 additions and 13875 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ if __name__ == '__main__':
# Parse command line arguments for device ID
parser = argparse.ArgumentParser(description='Extract Widevine L3 keys from an Android device.')
parser.add_argument('--device', required=False, type=str, help='Target Android device ID.')
parser.add_argument('--functions', required=False, type=Path, help='Ghidra XML functions file.')
parser.add_argument('-d', '--device', required=False, type=str, help='Target Android device ID.')
parser.add_argument('-f', '--functions', required=False, type=Path, help='Ghidra XML functions file.')
args = parser.parse_args()
try: