summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-07-15 03:39:25 -0400
committerJordan Wiens <jordan@psifertex.com>2021-07-29 10:42:06 -0400
commit1a4a0f56dc17e68e5743fa3a550b46992ec461e1 (patch)
tree33fbee198f54af7fa173a016b3ef71b3c7e49e28 /binaryninjacore.h
parentc08ddcab02433cb5078b6cfea11bf972e47b3169 (diff)
support for repository plugins loaded from a subdirectory
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 1037114d..d4e85e47 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -5092,6 +5092,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI BNRepoPlugin* BNNewPluginReference(BNRepoPlugin* r);
BINARYNINJACOREAPI void BNFreePlugin(BNRepoPlugin* plugin);
BINARYNINJACOREAPI const char* BNPluginGetPath(BNRepoPlugin* p);
+ BINARYNINJACOREAPI const char* BNPluginGetSubdir(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetDependencies(BNRepoPlugin* p);
BINARYNINJACOREAPI bool BNPluginIsInstalled(BNRepoPlugin* p);
BINARYNINJACOREAPI bool BNPluginIsEnabled(BNRepoPlugin* p);