summaryrefslogtreecommitdiff
path: root/plugins/rtti/rtti.h
AgeCommit message (Collapse)Author
2026-01-13[RTTI] Improve virtual function discoveryMason Reed
- Allow extern functions to show up in a MSVC vtable - Fix https://github.com/Vector35/binaryninja-api/issues/7871 - Share code between itanium and msvc vft analysis, it is the same logic basically
2025-03-19Fallback to GNU3 demangler in Itanium RTTIMason Reed
2025-03-19Refactor and fixup MSVC and Itanium RTTIMason Reed
Bunch of misc fixes and performance improvements
2025-03-19Consolidate metadata for RTTI processors and a bunch of misc fixesMason Reed
Also allows for both processors to be ran for a single binary
2025-03-19Replace bad auto symbol for Itanium RTTIMason Reed
2025-03-19Itanium RTTI scaffoldingMason Reed