Inquiry Regarding dyld_shared_cache
Closed this issue · 0 comments
Recently, I've added support for dyld_shared_cache to my repaired version of class-dump. I have another tool available called class-dump-dyld for Sonoma, but it simply opens each image using dlopen and then generates header files through the objc_runtime. While integrating dyld support into class-dump, I encountered some difficulties. I merged one of the PRs from the original repository that added dyld support, but now the structure of dyld has changed so significantly that my cursor goes out of bounds when I try to read the symbol table. I've realized that there isn't just one dyld_shared_cache file. I stumbled upon your repository by accident, and I'm wondering if you could help me fix this issue.
custom modify class-dump
custom modify class-dump-dyld
Thanks!