From a766edb0683861bdd4e8c8e4887b9fe28a2d651d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 12 Feb 2024 17:37:15 -0500 Subject: adding missing sync plugin type --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index 31085e72..f78eed47 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1029,7 +1029,8 @@ extern "C" UiPluginType, ArchitecturePluginType, BinaryViewPluginType, - HelperPluginType + HelperPluginType, + SyncPluginType } BNPluginType; typedef struct BNLookupTableEntry -- cgit v1.3.1