Another dylib injector. Uses a bootstrapping module since mach_inject doesn't fully emulate library loading and crashes when loading complex modules.
mach_injectwas taken fromrentzsch/mach_inject. Thanks!testappis a sample app to inject intotestdylibis a sample dylib to inject into an appbootstrapis a dylib that is initially injected to load another dylib (e.g.testdylib)
Released under the MIT License.
- Build with scheme
BuildAll