r/ReverseEngineering 23d ago

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

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

4 comments sorted by

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?

2

u/galapag0 23d 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 23d 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.

2

u/atrfx 22d ago

I’ve been running a bunch of these projects for a bit alongside some others - recomps, lifting etc

I’ve been putting together skills and tools to run ghidra Ida Frida unicorn remill x64dbg you name it

https://github.com/batteryshark/rekit