Skip to content

EzraEllette/mInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mInject

mInject is a shared library injection tool for Apple silicon.

Usage


╰─❯ ./minject.sh                  
Usage: minject.sh [-p process_id] [-n process_name] { -i | -r | -u } <library_path>
        -i      Inject the library into the process
        -r      Reload the library in the process
        -u      Unload the library from the process
        -p      Process id
        -n      Process name
        -h      Display this help message


Planned Features

  • Logging stdout and stderr of the injected process
  • Use vmmap to verify injection and unloading

About

A tool for injecting shared libraries on Apple silicon.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages