Skip to content

Commit

Permalink
fix XPF and kfd not working on 17.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
m1zole committed Jun 11, 2024
1 parent 635bbe6 commit 530278d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions Application/Dopamine/Exploits/kfd/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
<key>DPSupportExclude</key>
<array/>
<key>DPSupportInclude</key>
<array/>
<array>
<dict>
<key>Builds</key>
<array>
<string>21A5248v</string>
</array>
</dict>
</array>
<key>DPSupportedRanges</key>
<array>
<dict>
Expand All @@ -29,14 +36,7 @@
<key>DPSupportExclude</key>
<array/>
<key>DPSupportInclude</key>
<array>
<dict>
<key>Builds</key>
<array>
<string>21A5248v</string>
</array>
</dict>
</array>
<array/>
<key>DPSupportedRanges</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion BaseBin/XPF
Submodule XPF updated 1 files
+5 −1 src/common.c
1 change: 1 addition & 0 deletions BaseBin/libjailbreak/src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 530278d

Please sign in to comment.