From 2b184a612ae368249ed254a2bb72f4b9785e9004 Mon Sep 17 00:00:00 2001 From: opa334 Date: Fri, 16 Feb 2024 22:23:18 +0100 Subject: [PATCH] Fix jbupdate breaking PAC primitives --- BaseBin/launchdhook/src/update.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseBin/launchdhook/src/update.m b/BaseBin/launchdhook/src/update.m index 4bb8678b5..fb6170321 100644 --- a/BaseBin/launchdhook/src/update.m +++ b/BaseBin/launchdhook/src/update.m @@ -157,7 +157,7 @@ void jbupdate_update_system_info(void) xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.physBase", kconstant(physBase)); xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.physSize", kconstant(physSize)); xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.cpuTTEP", kconstant(cpuTTEP)); - xpc_dictionary_set_bool(systemInfoXdict, "jailbreakInfo.usesPACBypass", jbinfo(usesPACBypass)); + xpc_dictionary_set_uint64(systemInfoXdict, "jailbreakInfo.usesPACBypass", jbinfo(usesPACBypass)); xpc_dictionary_set_string(systemInfoXdict, "jailbreakInfo.rootPath", jbinfo(rootPath)); // Rebuild gSystemInfo