Offsets for KFD
If you have any issues try messaging me on discord, my username is just as it is on github, lrdsnow
Thanks to @P5-2005 for a quite a bit of the offsets
- Run
git clone -b kern-version https://github.com/felix-pb/kfd.git
(orgit clone -b hidedock_hidehomebar https://github.com/lrdsnow/kfd.git
for a simplified kfd) - Get the
dynamic_info.h
from this repo for your device and its version - replace
kfd/libkfd/info/dynamic_info.h
with the file you just downloaded - in
kfd/libkfd/info/static_info.h
change t1sz_boot to 17ull if iPhone 14 or 25ull if not iPhone 14 - Build!
Warning: kfd doesnt work well on arm64 atm and your offsets have to be gotten manually
- Run
git clone -b arm64 https://github.com/lrdsnow/kfd.git
- Get the
dynamic_info.h
from this repo for your device and its version or make one manually - replace
kfd/libkfd/info/dynamic_info.h
with the file you just downloaded/made - Build!
- A16 (Requires t1sz_boot 17ull)
- A15 (Everything A15 and below require 25ull t1sz_boot)
- Processor Offsets, 16.0-16.6b1
- Processor Offsets, iPhone 14(+), 16.0-16.6b1
- Device Offsets, iPhone 14+ (iPhone14,8), 16.0-16.5
- Device Offsets, iPhone 14 (iPhone14,7), 16.0-16.6b1
- Device Offsets, iPhone SE 2022 (iPhone14,6), 16.0-16.5
- Device Offsets, iPhone 13 Pro Max (iPhone14,3), 16.0-16.5
- Device Offsets, iPhone 13 Pro (iPhone14,2), 16.0-16.5
- Device Offsets, iPhone 13 (iPhone14,5), 16.0-16.6b1
- Device Offsets, iPhone 13 mini (iPhone14,4), 16.0-16.5
- A14
- A13
- A12
- A11 (Doesn't work with perf.h use this repo for reference)
-
Warning: None of these have worked sadly, need fix
-
iPad Pro 11 4th gen (iPad14,4)
-
iPad Pro 11 3rd gen (iPad13,6)
-
iPad Air 5 (iPad13,17)