Remix.run Logo
cactusplant7374 3 hours ago

The gains come from pairing Ghidra with a coding agent. It works amazing well.

Mattwmaster58 2 hours ago | parent | next [-]

I'll second this. I used opencode + opus 4.6 + ghidra to reverse engineer a seedkey generation algorithm[1] from v850 assembly. I gave it the binary, the known address for the generation function, and a set of known inputs/outputs, and it was able to crack it.

[1] https://github.com/Mattwmaster58/ic204

bibelo 3 hours ago | parent | prev [-]

would you have a tutorial on that?