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.
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.dyld-shared-cache-extractor is released under the MIT License. See LICENSE