Skip to content

swiftbin/inject-o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inject-o

A CLI tool for injecting dependent dylibs into the Mach-O file.

Github issues Github forks Github stars Github top language

Usage

OVERVIEW: Inject dependent dylibs into the Mach-O file

USAGE: inject-o <input-path> --dylib <dylib> [--output <output>] [--weak] [--upward] [--quiet]

ARGUMENTS:
  <input-path>            Path to the input Mach-O file.

OPTIONS:
  -d, --dylib <dylib>     Path to the dylib to be added
  -o, --output <output>   Path to the output Mach-O file (default:
                          <input>.injected)
  -w, --weak              Add as LC_LOAD_WEAK_DYLIB
  -u, --upward            Add as LC_LOAD_UPWARD_DYLIB
  --quiet                 Suppress all output.
  --version               Show the version.
  -h, --help              Show help information.

License

inject-o is released under the MIT License. See LICENSE

About

A CLI tool for injecting dependent dylibs into the Mach-O file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages