mach_star
mach_star copied to clipboard
code injection and function overriding for Mac OS X
Thank you for this project. I successfully use mach_override to replace local functions and stdio functions. However I failed to override cocoa functions, for example, objc_msgSend and NSLog. The error...
Hello, I am trying to inject a bundle into a certain process. I have created a new Xcode Project which solely handles the injection. I added the necessary frameworks and...
I notice that when I try to call the originalFunctionReentryIsland from my override function (or any function) with any custom variables other than the true variables passed by the program...