We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eecdf commit 177f991Copy full SHA for 177f991
plugins/rtti/plugin.cpp
@@ -50,7 +50,11 @@ void VFTAnalysis(const Ref<AnalysisContext>& analysisContext)
50
extern "C" {
51
BN_DECLARE_CORE_ABI_VERSION
52
53
- BINARYNINJAPLUGIN bool CorePluginInit()
+#ifdef DEMO_EDITION
54
+ bool RTTIPluginInit()
55
+#else
56
+ BINARYNINJAPLUGIN bool CorePluginInit()
57
+#endif
58
{
59
// TODO: In the future we will have a function level workflow which:
60
// TODO: 1. Uses MSVC metadata to identify if a function is apart of a VFT
0 commit comments