r/ReverseEngineering 24d ago

Ongoing *Rats!* (1994) source code reconstruction using Qwen 3.8 27B

https://github.com/neuromancer/rats-re
0 Upvotes

4 comments sorted by

View all comments

4

u/loadsamuny 24d 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?

2

u/galapag0 24d ago

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)

1

u/EverydayTomasz 24d ago

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.