securityjoes / AskJOE

This is a Ghidra script that calls OPENAI to give meaning to decompiled functions
GNU General Public License v2.0
121 stars 8 forks source link

[Feature] Support local LLMs #13

Open GhostDog98 opened 1 month ago

GhostDog98 commented 1 month ago

I would suggest the Ollama api as that is well documented and supports many llms.

moval0x1 commented 3 days ago

Thanks for your suggestion! I will take a look at it.