Monitor until Cocoa process starts then inject a dylib
I need to monitor the system for a certain Cocoa process to start, then
inject a dynamic library into the process as soon as it loads. To be more
specific, I am trying to have some classes available to Apple's "Interface
Builder Cocoa Touch Tool" process. (for full details on why I need this,
please refer to this post)
How would I go about implementing this scenario?
No comments:
Post a Comment