inject_bundle – Issue with mach_override
So I’ve had mixed success when injection into other processes on OS X. The majority of functions will hook just fine using mach_star (intel). But I was having a particular problem hooking some functions. I wanted to get a better idea of what was actually being passed to this function. And, of course, it wouldn’t hook, ever. So… Read More »