Skip to content

scen/osxinj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osxinj

Another dylib injector. Uses a bootstrapping module since mach_inject doesn't fully emulate library loading and crashes when loading complex modules.

  • mach_inject was taken from rentzsch/mach_inject. Thanks!
  • testapp is a sample app to inject into
  • testdylib is a sample dylib to inject into an app
  • bootstrap is a dylib that is initially injected to load another dylib (e.g. testdylib)

Released under the MIT License.

Notes

  • Build with scheme BuildAll

About

osx dylib injection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published