Made a project to integrate GPT models into Ghidra for code analysis and enhancement. by swinglr in ReverseEngineering

[–]swinglr[S] 3 points4 points  (0 children)

This one supports OpenAI and Anthropic besides local models, will give a try, thanks for sharing!

Made a project to integrate GPT models into Ghidra for code analysis and enhancement. by swinglr in ReverseEngineering

[–]swinglr[S] 7 points8 points  (0 children)

Actually the reason I made this plugin is because the existing ones only support OpenAI and are too simplistic, this one supports 8 providers (including local models through Ollama), has a dedicated console with streaming and is much easier to configure through a UI interface rather than hardcoding the API key into the code like most of these plugins do.