Open
Description
Version and Platform (required):
- Binary Ninja Version: 5.0.7189-dev (79570147)
- OS: macOS 15.4
- CPU Architecture: arm64
Bug Description:
RTTI and vtables are discovered and annotated in regular Mach-O binaries, but this does not appear to work in images loaded from the shared cache.
Steps To Reproduce:
- Open a macOS 15.x shared cache and load /System/Library/Frameworks/Metal.framework/Versions/A/Metal
- Search for
typeinfo
orvtable
in the symbols pane and click around.
Expected Behavior:
Glorious structs!