Created
February 19, 2023 18:44
-
-
Save comex/eb0a6d935baa29e15eedfe18e96f9693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/src/ipsw % git describe | |
v3.1.277 | |
~/src/ipsw % ./ipsw dyld extract /System/Volumes/Preboot/Cryptexes/Incoming/OS/System/Library/dyld/dyld_shared_cache_arm64e /usr/lib/libsqlite3.dylib -o /tmp/dsc-ipsw --stubs --force --objc | |
• parsing public symbols... | |
• parsing private symbols... | |
• cache does NOT contain local symbols | |
• parsing objc info... | |
⨯ failed to parse objc selectors: failed read selector objc_stringhash_t: unexpected EOF | |
~/src/ipsw % sw_vers | |
ProductName: macOS | |
ProductVersion: 13.1 | |
BuildVersion: 22C65 | |
~/src/ipsw % shasum /System/Volumes/Preboot/Cryptexes/Incoming/OS/System/Library/dyld/dyld_shared_cache_arm64e | |
e30030ff71277fb2f69518d99983670eb1f0e449 /System/Volumes/Preboot/Cryptexes/Incoming/OS/System/Library/dyld/dyld_shared_cache_arm64e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment