-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Plugin]: BinAssist - Yet another LLM plugin #280
Comments
Thanks for the submission! Just added the plugin now. As a heads up in the future, you can remove the longdescription field and the plugin manager will just pull the data from the readme instead of having to maintain both. Also, highly recommend you switch the API key fields to use the |
Actually, the import failed. Please double check that the release was done appropriately (I recommend using the |
Thanks for the quick turnaround! Great advice - I'll make sure to incorporate that into the next release. |
Well, you might be able to do that sooner rather than later. 😉 |
I
I used the instructions here: https://binary.ninja/2019/07/04/plugin-manager-2.0.html#5-create-a-release |
The helper is giving me odd HTTP 404 errors. Does your import script give any hints as to what I've done wrong? |
Generated by: https://github.com/Vector35/community-plugins/blob/master/generate_index.py#L56 |
I apologize - this is my first BN plugin. I do have a release tagged with 0.1.0. Is this not the correct format? |
Let me investigate some. |
D'oh, my apologies. Copy/paste failure. 😞 Should be live shortly! You didn't do anything wrong, sorry about that. |
Plugin Description
A plugin that provides LLM helpers to explain code and assist in RE.
Description:
This is a LLM plugin aimed at enabling the use of local LLM's (ollama, text-generation-webui, lm-studio, etc) for assisting with binary exploration and reverse engineering. It supports any OpenAI v1-compatible API. Recommended models are LLaMA-based models such as llama3.1:8b, but others should work as well.
Current features include:
Future Roadmap:
Plugin Repository URL
https://github.com/jtang613/BinAssist
Real Release
The text was updated successfully, but these errors were encountered: