From 12f916450b444427685688bf34de65e11bf849e2 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 25 Jan 2021 16:45:06 -0500 Subject: Add ABI version verification for plugins --- examples/uinotification/uinotification.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/uinotification/uinotification.cpp') diff --git a/examples/uinotification/uinotification.cpp b/examples/uinotification/uinotification.cpp index ca53c560..91e9b458 100644 --- a/examples/uinotification/uinotification.cpp +++ b/examples/uinotification/uinotification.cpp @@ -93,6 +93,8 @@ void NotificationListener::OnAddressChange(UIContext* context, ViewFrame* frame, extern "C" { + BN_DECLARE_UI_ABI_VERSION + BINARYNINJAPLUGIN bool UIPluginInit() { NotificationListener::init(); -- cgit v1.3.1