From 27a74f2ed3256405ebd8ace5e01abb411a24cc95 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 26 Oct 2024 13:59:28 -0400 Subject: MSVC RTTI: Inherit virtual function tables Makes xrefs and base VFT type syncing possible at the expense of correct typing (assuming you have the this param typed for the base class) --- plugins/msvc_rtti/rtti.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/msvc_rtti/rtti.h') diff --git a/plugins/msvc_rtti/rtti.h b/plugins/msvc_rtti/rtti.h index f4bb8a63..bcfb0e28 100644 --- a/plugins/msvc_rtti/rtti.h +++ b/plugins/msvc_rtti/rtti.h @@ -83,6 +83,7 @@ namespace BinaryNinja { std::optional baseClassName; std::optional classOffset; std::optional vft; + std::optional baseVft; Ref SerializedMetadata(); -- cgit v1.3.1