diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-03-04 18:11:43 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-03-04 18:11:43 -0500 |
| commit | a0132eed82d28d4408a2475847e1804a157b3dc1 (patch) | |
| tree | 3e1136b01b340f8cfcdf883311f153c22f1f2b24 /binaryninjaapi.cpp | |
| parent | ffdcc904ea16467c51e3d36773be132b7aa4cb3f (diff) | |
Adding repo manager APIs
Diffstat (limited to 'binaryninjaapi.cpp')
| -rw-r--r-- | binaryninjaapi.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjaapi.cpp b/binaryninjaapi.cpp index e1dab528..1864e389 100644 --- a/binaryninjaapi.cpp +++ b/binaryninjaapi.cpp @@ -41,6 +41,10 @@ void BinaryNinja::InitUserPlugins() BNInitUserPlugins(); } +void BinaryNinja::InitRepoPlugins() +{ + BNInitRepoPlugins(); +} string BinaryNinja::GetBundledPluginDirectory() { |
