You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
# Extracting all frameworks/libraries from a shared cache
21
+
dyldex_all [dyld_shared_cache_path]
22
+
23
+
```
17
24
18
25
# Explanation
19
26
The Dyld Shared Cache (DSC) is Apple's method of optimizing the loading of system libraries (images). They do this by analyzing and combining the images in a way that it bypasses a lot of processes. This extractor uses several convertors that aim to reverse the optimization done so that images can be reverse engineered easier. The order that these convertors are run is in reverse order of the optimization done.
@@ -70,4 +77,4 @@ For people that want to contribute to this, here are some links for reference.
0 commit comments