Skip to content

Commit 177f991

Browse files
committed
Include RTTI analysis in free version
1 parent 84eecdf commit 177f991

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/rtti/plugin.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ void VFTAnalysis(const Ref<AnalysisContext>& analysisContext)
5050
extern "C" {
5151
BN_DECLARE_CORE_ABI_VERSION
5252

53-
BINARYNINJAPLUGIN bool CorePluginInit()
53+
#ifdef DEMO_EDITION
54+
bool RTTIPluginInit()
55+
#else
56+
BINARYNINJAPLUGIN bool CorePluginInit()
57+
#endif
5458
{
5559
// TODO: In the future we will have a function level workflow which:
5660
// TODO: 1. Uses MSVC metadata to identify if a function is apart of a VFT

0 commit comments

Comments
 (0)