From af9bd7e5e4c39b3fc0133e588071ef9b1e587aa8 Mon Sep 17 00:00:00 2001 From: SuperUserek Date: Mon, 23 Feb 2026 18:15:02 +0000 Subject: [PATCH] Added howto --- MSTAR/FindKeyBox/HowTo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 MSTAR/FindKeyBox/HowTo diff --git a/MSTAR/FindKeyBox/HowTo b/MSTAR/FindKeyBox/HowTo new file mode 100644 index 0000000..d1a394a --- /dev/null +++ b/MSTAR/FindKeyBox/HowTo @@ -0,0 +1,12 @@ +Tool to find keybox from MSTAR EMMC DUMPS + +Usage: +python find_keybox.py test_emmc.bin + +Once it finish scanning emmc file, it should create keybox.bin file one or more. + +Features: +- automates searching for keybox bin from emmc dumps. +- uses high entropy to disqualify false positives. + +Remember to drop / move emmc dump file in the same folder as find_keybox.py or use full path to it. \ No newline at end of file