steven-michaud / HookCase

Tool for reverse engineering macOS/OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel panics in `set_interpose_hooks_for_module()`

steven-michaud opened this issue · comments

While working on issue #21 I saw two of these kernel panics. Both were on macOS 10.15.7, but on different machines (a VMWare VM and a MacPro). I suspect this is a HookCase bug.

It turns out these kernel panics are related to another problem in on_add_image() that I'd already fixed. I just had to extend my fix.