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.

Results 5 dyld_cache_extract issues
Sort by recently updated
recently updated
newest added

when I complie with xcode, it report this. In file included from /Users/perf/Documents/GitHub/dyld_cache_extract/dyld_cache_extract/DCE.pch:33: Submodules/SeriousCode/clang-warnings.h:453:32: fatal error: unknown warning group '-Wfallback', ignored [-Wunknown-warning-option] #pragma clang diagnostic fatal "-Wfallback" ^ 1 error...

I added xmake.lua to build and use it on linux. we need install [xmake](https://github.com/xmake-io/xmake) first. Build: ```console $ xmake ``` Run ```console $ xmake run dyld_cache_extract --help ``` Install to...

Hi, @macmade . I found that is not worked for dyld_shared_cache_arm64, but worked for dyld_shared_cache_armv7s. I got the dyld_shared_cache from my Jailbroken iPhone 5s, on iOS 9.0.1. - dyld_shared_cache_arm64 ![screen...

Opening dyld_shared_cache_armv7s from iOS 10.2 (copied using iExplorer) in the GUI and exporting NotesShared framework gave a 561.MB NotesShared file so obviously something has gone wrong.

help wanted