Generate WVD

This commit is contained in:
FoxRefire
2024-05-21 21:26:31 +09:00
parent 2e79463ee8
commit daaab4e6aa
3 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -57,7 +57,7 @@ For a detailed step-by-step guide on setting up and executing KeyDive without in
### Command-Line Options
```shell
usage: keydive.py [-h] [-a] [-d DEVICE] [-f FUNCTIONS] [--force]
usage: keydive.py [-h] [-a] [-d DEVICE] [-f FUNCTIONS] [-w] [--force]
Extract Widevine L3 keys from an Android device.
@@ -68,6 +68,7 @@ options:
Target Android device ID.
-f FUNCTIONS, --functions FUNCTIONS
Path to Ghidra XML functions file.
-w, --wvd Generate WVD
--force Force using the default vendor (skipping analysis).
```