I need to get notified when a app (including system app/server) calls System Framework (CoreServices.framework
). I am not sure whether Code Injection works on system-wide frameworks.
Is it possible to replace a system framework with my own copy, and then forward messages to the real one?