项目作者: macmade

项目描述 :
A macOS utility to extract dynamic libraries from the dyld_shared_cache of macOS and iOS.
高级语言: C++
项目地址: git://github.com/macmade/dyld_cache_extract.git
创建时间: 2016-11-03T18:55:29Z
项目社区:https://github.com/macmade/dyld_cache_extract

开源协议:

下载


dyld_cache_extract

Build Status
Issues
Status
License
Contact
Sponsor

Notice

This project is now obsolete.
Please take a look at the dyld-cache-dump project.

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

  1. dyld_cache_extract - Extractor utility for DYLD shared cache
  2. Available options:
  3. --help Shows this help dialog.
  4. --info [PATH] Displays informations about a dyld_shared_cache file.
  5. --extract-all [PATH] [OUT_DIR] Extracts all libraries from a dyld_shared_cache file.
  6. --extract [LIB] [PATH] [OUT_DIR] Extracts a specific library from a dyld_shared_cache file.

License

Project is released under the terms of the MIT License.

Repository Infos

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