From e40dcc2e029c2eae0302e3f48becc813cdc63ac7 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:41:05 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.