mach_inject for intel
(03/03/06)
I recently ported mach_inject so that it would run on my intel iMac. Sources and details about the port can be found here.
InjectionControl.framework
(03/30/06)
InjectionControl is an OpenSource framework released under the BSD license that lets an application enable or disable inter-process code injection on intel macs. It comes as a complement to mach_inject on intel macs.
Universal version of DesktopManager
(03/30/06)
DesktopManager is a virtual screen manager for Mac OS X which uses mach_inject. Since I now have a version of mach_inject working on my intel iMac, I also modified DesktopManager to use the intel-compatible version of mach_inject and I built a universal version of it. This version is based on DesktopManager v0.6 (unstable tree).
v0.2 now works on PPC and also boasts a user-friendly UI to enable code injection on intel.
Since mach_inject for intel has not been widely tested, I have not yet submitted the patch to his main author, but I sure will as soon as mach_inject for intel has been reviewed by other people.