|
Ive had great success with these tools the first is for a semantic graph and interface for asking questions or renaming functions and variables and such with LLMs:
https://github.com/symgraph/GhidrAssist
https://github.com/symgraph/GhidrAssistMCP
I noticed the author fully support Binary Ninja and IDA Pro as well:
https://github.com/symgraph/BinAssist
https://github.com/symgraph/BinAssistMCP
https://github.com/symgraph/IDAssist
https://github.com/symgraph/IDAssistMCP
Im not sure why ive had little trouble reversing, though i was fixing bugs in binaries so maybe that is considered an okay use case. Ive no idea what sets off the flags on the big providers and I would imagine each provider is different. I have had it refuse in cases that were low levrl programming with huge output files likely as it somehow mistook it for distillation.
|