Files
object/src
Philip Craig fd0e96500a readobj/macho: fix symbol table in dyld cache
The symbol table data is stored in the linkedit segment,
but that segment may be in a different subcache from the
one containing the image headers. This occurs for the
arm dyld cache in macOS 13.

MachOFile::parse_dyld_cache_image already handled this
correctly, but readobj doesn't use that.
2025-06-02 12:46:26 +10:00
..
2024-12-21 20:54:39 +10:00
2023-12-27 15:00:12 +10:00