Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 428 Bytes

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() 실행