Skip to content

Commit

Permalink
Fix jbupdate breaking PAC primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Feb 16, 2024
1 parent 3498f4a commit 2b184a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseBin/launchdhook/src/update.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b184a6

Please sign in to comment.