Skip to content

swiftbin/dyld-shared-cache-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dyld-shared-cache-extractor

A CLI tool to extract dylib from dyld_shared_cache

Re-implementation of the tool dsc_extractor, which exists in apple-oss-distributions/dyld, in Swift using MachOKit.

Github issues Github forks Github stars Github top language

Usage

OVERVIEW: Extract dylib from dyld shared cache

USAGE: dyld-shared-cache-extractor <input-path> [--output <output>] [--dylib <dylib>] [--all]

ARGUMENTS:
  <input-path>            Path to the input main dyld shared cache file.

OPTIONS:
  -o, --output <output>   Path to the output directory for exacted dyld file
                          (default: ./)
  -d, --dylib <dylib>     Name of dylib to be extracted.
  --all                   Extract all dylibs.
  --version               Show the version.
  -h, --help              Show help information.

License

dyld-shared-cache-extractor is released under the MIT License. See LICENSE

About

A CLI tool to extract dylib from dyld_shared_cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages