diff --git a/.gitmodules b/.gitmodules index a43e3bde9..a1aaafca6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/opa334/ChOma [submodule "BaseBin/XPF"] path = BaseBin/XPF - url = https://github.com/opa334/XPF + url = https://github.com/m1zole/XPF [submodule "Exploits/kfd/src/kfd"] path = Application/Dopamine/Dopamine/Exploits/kfd/kfd url = https://github.com/opa334/kfd diff --git a/Application/Dopamine/Exploits/kfd/Info.plist b/Application/Dopamine/Exploits/kfd/Info.plist index 85f2447a5..eb7a9c278 100644 --- a/Application/Dopamine/Exploits/kfd/Info.plist +++ b/Application/Dopamine/Exploits/kfd/Info.plist @@ -11,7 +11,14 @@ DPSupportExclude DPSupportInclude - + + + Builds + + 21A5248v + + + DPSupportedRanges @@ -29,14 +36,7 @@ DPSupportExclude DPSupportInclude - - - Builds - - 21A5248v - - - + DPSupportedRanges diff --git a/BaseBin/XPF b/BaseBin/XPF index a524ce94e..2c3b20040 160000 --- a/BaseBin/XPF +++ b/BaseBin/XPF @@ -1 +1 @@ -Subproject commit a524ce94e9fe9aec59360bca0b1172bec3e992d9 +Subproject commit 2c3b200402c95675aaad8625b791041437bbe9c6 diff --git a/BaseBin/libjailbreak/src/info.c b/BaseBin/libjailbreak/src/info.c index 69899f9f3..b01aeb52a 100644 --- a/BaseBin/libjailbreak/src/info.c +++ b/BaseBin/libjailbreak/src/info.c @@ -263,6 +263,7 @@ void jbinfo_initialize_hardcoded_offsets(void) } if (strcmp(xnuVersion, "23.0") == 0) { gSystemInfo.kernelStruct.task.threads = 0x58; + gSystemInfo.kernelStruct.vm_map.flags = 0xc8; } } }