From 8ce3bf4a14d44a443e5bffcac7548982958f3a8b Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:44:42 +0200 Subject: [PATCH] Added support for private key function (SDK 35 x86_64) --- keydive/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keydive/constants.py b/keydive/constants.py index 42e22ef..9527d6e 100644 --- a/keydive/constants.py +++ b/keydive/constants.py @@ -78,7 +78,8 @@ OEM_CRYPTO_API = { # Mapping of function names across different API levels (obfuscated names may vary). 'rnmsglvj', 'polorucp', 'kqzqahjq', 'pldrclfq', 'kgaitijd', 'cwkfcplc', 'crhqcdet', 'ulns', 'dnvffnze', 'ygjiljer', - 'qbjxtubz', 'qkfrcjtw', 'rbhjspoh', 'zgtjmxko', 'igrqajte', 'ofskesua', 'qllcoacg', 'pukctkiv', 'ehmduqyt' + 'qbjxtubz', 'qkfrcjtw', 'rbhjspoh', 'zgtjmxko', 'igrqajte', 'ofskesua', 'qllcoacg', 'pukctkiv', 'ehmduqyt', + 'xftzvkwx' # Add more as needed for different versions. }