I am trying to Hook Cocoa API.
I know cocoa provides a public api for hooking, so it’s possible to hook the system function and retrieve information like the curren
Including...
#import #import
will allow you to have access to modifying the classes and objects at runtime. Although this is rather 'reckless.'
A much better Idea is to use Objective-C Categories for a more 'safe' access.