summaryrefslogtreecommitdiff
path: root/defaultabb/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'defaultabb/plugin.cpp')
-rw-r--r--defaultabb/plugin.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/defaultabb/plugin.cpp b/defaultabb/plugin.cpp
deleted file mode 100644
index 917a03ee..00000000
--- a/defaultabb/plugin.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "binaryninjaapi.h"
-#include "binaryninjacore.h"
-
-using namespace BinaryNinja;
-
-extern "C" {
- BN_DECLARE_CORE_ABI_VERSION
- BINARYNINJAPLUGIN bool CorePluginInit()
- {
- return BNArchitectureSetDefaultAnalyzeBasicBlocksCallback((void *)Architecture::DefaultAnalyzeBasicBlocksCallback);
- }
-}