mInject is a shared library injection tool for Apple silicon.
╰─❯ ./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
- Logging
stdout
andstderr
of the injected process - Use
vmmap
to verify injection and unloading