Basic ARM64 patchfinder for XNU kernelcaches - supports all 64-bit kernelcaches except ARM64E (A12+).
More functionality including finding certain useful symbols on stripped kernelcaches, actual kernel patches (which can be incorparated into a jailbreak or exploit) and ARM64E support will be added in the forseeable future.
- Clone the repository
git clone https://github.com/cxdxn1/kpf64- Compile the library
cd kpf64
cd lib
make- Compile the source
cd ..
make- Run the binary
./kpf64 <your-kernelcache-path-here>This software is licensed under the MIT license, meaning you may redistribute, modify and use it as you please.