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.
But I guess that's expected, since there is no .symbols file. The binary is extracted anyway. I then load it into IDA, and see the output above. Apart from the symbols, everything else looks good.
Describe the bug
The symbols for many functions seem wrong:
To Reproduce
I don't know if this use case is supported, but on M1 (arm64) macOS 13.2.1, the shared cache is located under:
Full list:
So, I tried to extract
CloudKitusing:dyldex -e "cloudkit" /System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_arm64eIt gave me a symbols error:
But I guess that's expected, since there is no
.symbolsfile. The binary is extracted anyway. I then load it into IDA, and see the output above. Apart from the symbols, everything else looks good.