diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-02-12 17:37:15 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-02-12 17:37:15 -0500 |
| commit | a766edb0683861bdd4e8c8e4887b9fe28a2d651d (patch) | |
| tree | 3ccb18d70377d3679dfe17309f6b15539b9747b6 | |
| parent | 7d7e0fcd27812a42286ba736ed6d5217d87080a5 (diff) | |
adding missing sync plugin type
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
