Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 957 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 957 Bytes

dyld_shared_cache_util

MacOS 12.2.1 Monterey compatible version of dyld_shared_cache_util

Description

Followed the post here: https://lapcatsoftware.com/articles/bigsur.html to recompile dyld_shared_cache_util for Monterey. Luckily his instructions still work for MacOS 12.2.1.

Uploaded the Xcode project and the relevant binary (for those who are lazy to compile it) in bin.

Usage

dyld_shared_cache_util -extract ~/shared_cache /System/Library/dyld/dyld_shared_cache_x86_64

Screenshot 2022-02-28 at 9 25 17 PM

Finding the built file in Xcode

Xcode compiles binaries into its own magic folder Click on this menu to open Finder to find it.

Screenshot 2022-02-28 at 9 30 30 PM