Skip to content

An IDA Toolkit for analyzing iOS kernelcaches.

License

Notifications You must be signed in to change notification settings

vngkv123/ida_kernelcache

 
 

Repository files navigation

Based on Brandon Azad's ida_kernelcache

Requirement

How to use?

  1. iometa -n -A [kernelcache] > /tmp/kernel.txt
  2. jtool2 --analyze [kernelcache]; mv [kernelcache companion file] /tmp/kernel_jtool2.txt
  3. IDA에서 script -> ida_kernelcache.py를 로딩
  4. python prompt에 kc.kernelcache_process() 실행

About

An IDA Toolkit for analyzing iOS kernelcaches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%