diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-07-15 03:39:25 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-07-29 10:42:06 -0400 |
| commit | 1a4a0f56dc17e68e5743fa3a550b46992ec461e1 (patch) | |
| tree | 33fbee198f54af7fa173a016b3ef71b3c7e49e28 /binaryninjaapi.h | |
| parent | c08ddcab02433cb5078b6cfea11bf972e47b3169 (diff) | |
support for repository plugins loaded from a subdirectory
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index f415f82c..1d731218 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5391,6 +5391,7 @@ __attribute__ ((format (printf, 1, 2))) std::vector<std::string> GetApis() const; std::vector<std::string> GetInstallPlatforms() const; std::string GetPath() const; + std::string GetSubdir() const; std::string GetDependencies() const; std::string GetPluginDirectory() const; std::string GetAuthor() const; |
