Why is kernel debugging fun?
Just look at this: I just got Little Snitch to keep working 2009-03-09 22:32:55 Author: reverse.put.as(查看原文) 阅读量:45 收藏

Just look at this:

kernel fun

I just got Little Snitch to keep working even with network filter being off (that should be equivalent to expired 3 hour trial). The game is still not over because only the Once button is working but it seems I have my entry point 😄.

Little Snitch works by using a socket filter (Apple document here) installed when kernel module starts (Correction: Little Snitch kernel module is an IOKit driver and not a simple kernel extension). This filter is not removed when the we stop/start Little Snitch network filter so we can abuse it’s condition check (that’s what I did here).

That’s it… for now!

P.S.: Buy it if you really use it 😉.


文章来源: https://reverse.put.as/2009/03/09/why-is-kernel-debugging-fun/
如有侵权请联系:admin#unsafe.sh