• Stars
    star
    148
  • Rank 249,983 (Top 5 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

64-bit iOS boot image patcher written in C

kairos

kairos is a 64-bit iOS boot image patcher written in C.

Support for iOS 7 - 15.

Patches include:

  • RSA signature check removal
  • boot-arg modification
  • enabling of kernel debug
  • command handler modification
  • NVRAM unlock

Why?

I needed a C-based 64-bit iOS boot image patcher that worked with iOS 13.

Building

make

Example usage

./kairos iBEC.dec iBEC.patched -n -b "-v debug=0x09" -c "go" 0x830000300

Note: the input boot image file must be decrypted and unpacked

Credits