A macOS utility to extract dynamic libraries from the dyld_shared_cache of macOS and iOS.
The project is available as a macOS application (with GUI) and as a command line tool.
Command line usage
dyld_cache_extract - Extractor utility for DYLD shared cache
Available options:
--help Shows this help dialog.
--info [PATH] Displays informations about a dyld_shared_cache file.
--extract-all [PATH] [OUT_DIR] Extracts all libraries from a dyld_shared_cache file.
--extract [LIB] [PATH] [OUT_DIR] Extracts a specific library from a dyld_shared_cache file.
DYLD Cache Format
...
License
dyld_cache_extract is released under the terms of the MIT License.
请发表评论