From 177f9915999e7498cbaad772e0041bb549bd9fda Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 15 Apr 2025 22:49:16 -0400 Subject: Include RTTI analysis in free version --- plugins/rtti/plugin.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/rtti/plugin.cpp') diff --git a/plugins/rtti/plugin.cpp b/plugins/rtti/plugin.cpp index faa741f1..8b2d9bb8 100644 --- a/plugins/rtti/plugin.cpp +++ b/plugins/rtti/plugin.cpp @@ -50,7 +50,11 @@ void VFTAnalysis(const Ref& analysisContext) extern "C" { BN_DECLARE_CORE_ABI_VERSION - BINARYNINJAPLUGIN bool CorePluginInit() +#ifdef DEMO_EDITION + bool RTTIPluginInit() +#else + BINARYNINJAPLUGIN bool CorePluginInit() +#endif { // TODO: In the future we will have a function level workflow which: // TODO: 1. Uses MSVC metadata to identify if a function is apart of a VFT -- cgit v1.3.1