Skip to content
forked from dayt0n/kairos

64-bit iOS boot image patcher written in C

License

Notifications You must be signed in to change notification settings

matteyeux/kairos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kairos

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

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

About

64-bit iOS boot image patcher written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%