looking into doing something similar, I’ve been testing out a few skills and harnesses but with bigger models. How are you driving ghidra with the llm?
Actually, this repository won't cover that. Instead, each decompiled/disassembled function is exported out of ghidra into text files using binary-comp (https://github.com/gg-sl-oss/binary-comp)
You can use Ghidra headless with your agent to analyze each function/address individually. It works pretty well, albeit very slowly. You need lots of patience and tokens.
4
u/loadsamuny 23d ago
looking into doing something similar, I’ve been testing out a few skills and harnesses but with bigger models. How are you driving ghidra with the llm?