mach_star
mach_star copied to clipboard
code injection and function overriding for Mac OS X
Hi there ... I am using mach_override for one of my projects. It hooks successfully some functions and works great but fails for others. One example for failure is CFBundleCreate....
Ive been able to use mach_inject to swizzle a method from another app when I click a button, but however I can't swizzle a method such as `applicationDidFinishLaunching:` because it...
I use DeathToDSStore which uses mach_star unfortunately when i run /Library/Application\ Support/Aoren/DeathToDSStore.app/Contents/MacOS/DeathToDSStore -silent in terminal i get this pid 4215 Could not access task for pid 4215. You probably need...
I have tried to override the BSD connect function like this (replaced the content of the test source file, test_mach_override.cp): ``` #include #include #include #include "mach_override.h" int (*connect_orig)(int, struct sockaddr...
Hello there, I am trying to inject in SecurityAgent. SecurityAgent is UI box asking for user credentials. ( I have no bad intentions :) ) I get output as mach_inject...
Hello. I'm using mach_inject to inject into Google Chrome. It worked quite well (thanks to author), however, with the latest Chrome versions on Mac OS X Lion I ran into...
I recently tried using mach_override.c on Lion 64-bit and the performance was a lot slower than in previous OS versions on 32-bit. Based on some performance measurements I determine that...
Halo, I am a newbie in mach_inject and facing a problem that cannot fix during my coding, so I decide to ask here. Current I am trying to inject a...
I am using Snow Leopard MAC OS X 10.6.8. This is the error I get mach_inject failing.. (os/kern) invalid address I have tried with both architectures i386 and x86_64 ....
I successfully compiled the whole thing and able to run rejector and rejectee separately. But the injector will crash the injectee when injecting code to the target process. mach_inject_test_injectee.app 's...