From 8acb4453fd2c8441d802fdf76c862179a70db611 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:47:36 +0200 Subject: [PATCH] warn possible crash loop on specific older device --- keydive/keydive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/keydive/keydive.js b/keydive/keydive.js index 93f409f..9f32387 100644 --- a/keydive/keydive.js +++ b/keydive/keydive.js @@ -891,6 +891,7 @@ const hookLibrary = (name, dynamic) => { // Provisioning Interception } else if (['_oecc49', '_lcc49'].some(n => funcName === n)) { + // NOTE: Causes crashes on older specific devices; manually disable the hook to fix it OEMCrypto_ProvisioningMethod(funcAddr); } else if (['_oecc12', '_lcc12', '_oecc95', '_lcc95'].some(n => funcName === n)) { // Key derivation via keybox provisioning