diff --git a/README.md b/README.md index 5579edc..86e5d8d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This sequence ensures that the DRM-protected content is active and ready for key ### Command-Line Options ```shell -usage: keydive [-h] [-d ] [-v] [-l ] [--delay ] [--version] [-o ] [-w] [-s] [-a] [-p] [-f ] [--challenge ] [--private-key ] +usage: keydive [-h] [-d ] [-v] [-l ] [--delay ] [--version] [-o ] [-w] [-s] [-a] [-p] [-f ] [-k] [--challenge ] [--private-key ] Extract Widevine L3 keys from an Android device. @@ -74,6 +74,7 @@ Cdm: Advanced: -f , --functions Path to Ghidra XML functions file. + -k, --keybox Enable export of the Keybox data if it is available. --challenge Path to unencrypted challenge for extracting client ID. --private-key Path to private key for extracting client ID.