dyld_cache_extract icon indicating copy to clipboard operation
dyld_cache_extract copied to clipboard

A macOS utility to extract dynamic libraries from the dyld_shared_cache of macOS and iOS.

dyld_cache_extract

Build Status Issues Status License Contact
Donate-Patreon Donate-Gratipay Donate-Paypal

About

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.

Main Window File Window

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.

Repository Infos

Owner:			Jean-David Gadina - XS-Labs
Web:			www.xs-labs.com
Blog:			www.noxeos.com
Twitter:		@macmade
GitHub:			github.com/macmade
LinkedIn:		ch.linkedin.com/in/macmade/
StackOverflow:	stackoverflow.com/users/182676/macmade