diff options
| author | 0cyn <kat@vector35.com> | 2025-10-22 02:37:05 -0400 |
|---|---|---|
| committer | 0cyn <kat@vector35.com> | 2025-10-29 07:50:20 -0400 |
| commit | 72fcf44f3731ade3cf1310da55f633f1cb9069ce (patch) | |
| tree | 8b110d6951080ee3bf3a1a742c2c72dbb497c517 /binaryninjaapi.cpp | |
| parent | 5d9fa6553036f9d0e5216948585f4e7dcde3fcb7 (diff) | |
Refactor Plugin Load/Management to support upcoming changes
Diffstat (limited to 'binaryninjaapi.cpp')
| -rw-r--r-- | binaryninjaapi.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/binaryninjaapi.cpp b/binaryninjaapi.cpp index c35e28c8..1ac13b21 100644 --- a/binaryninjaapi.cpp +++ b/binaryninjaapi.cpp @@ -49,24 +49,6 @@ bool BinaryNinja::InitPlugins(bool allowUserPlugins) } -void BinaryNinja::InitCorePlugins() -{ - BNInitCorePlugins(); -} - - -void BinaryNinja::InitUserPlugins() -{ - BNInitUserPlugins(); -} - - -void BinaryNinja::InitRepoPlugins() -{ - BNInitRepoPlugins(); -} - - string BinaryNinja::GetBundledPluginDirectory() { char* path = BNGetBundledPluginDirectory(); |
