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 |
Replies: 3 comments 2 replies
|
The first parameter passed to |
|
Additionally I'd recommend using the "unoffical" plugins settings. |
|
Thanks, I looked into |
The first parameter passed to
add_repositoryshould be a URL which will download aplugins.jsonthe second parameter is the directory name in theBinary Ninja/repositories/directory.https://api.binary.ninja/binaryninja.pluginmanager-module.html#binaryninja.pluginmanager.RepositoryManager.add_repository