Skip to content

MacOS 12.2.1 Monterey compatible version of dyld_shared_cache_util

Notifications You must be signed in to change notification settings

angelystor/dyld_shared_cache_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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