Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 427 Bytes

File metadata and controls

6 lines (4 loc) · 427 Bytes

DyldExtractorC

Extract Binaries from Apple's Dyld Shared Cache to be useful in a disassembler.

This is a alternative version of the main project DyldExtractor. Changing the language to c++ allows copying Apple's code for better output. Though for now, the main version should be used.

This tool requires the host machine to use Little Endian, but that shouldn't affect anyone.