Maintaining a Plugins Repository For Headless Mode #3473
-
Hello, Binary Ninja Version 3.1.3469 (Build ID 93650e26) I'm looking to maintain a repository of plugins for use in headless mode. I'm trying to add my own local plugin repository using the API Repository Manager. Below I'm using the
This issue looks similar to issue 2987? I'm a little new to Binary Ninja's API so I was wondering if this was an error on my part or is this similar to issue 2987. I tried the recommendations in the issue but it didn't resolve my issue. Is using Thanks, Alex |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The first parameter passed to |
Beta Was this translation helpful? Give feedback.
-
Additionally I'd recommend using the "unoffical" plugins settings. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I looked into |
Beta Was this translation helpful? Give feedback.
The first parameter passed to
add_repository
should be a URL which will download aplugins.json
the second parameter is the directory name in theBinary Ninja/repositories/
directory.https://api.binary.ninja/binaryninja.pluginmanager-module.html#binaryninja.pluginmanager.RepositoryManager.add_repository