zlacker

[return to "The unexpected effectiveness of one-shot decompilation with Claude"]
1. knacke+1[view] [source] 2025-11-28 17:07:48
>>knacke+(OP)
I've been experimenting with running Claude in headless mode + a continuous loop to decompile N64 functions and the results have been pretty incredible. (This is despite already using Claude in my decompilation workflow).

I hope that others find this similarly useful.

◧◩
2. virapt+dQo[view] [source] 2025-12-06 19:35:41
>>knacke+1
One thing I don't annoying in really old sources is that sometimes you can't go function by function, because the code will occasionally just use a random register to pass results. Passing the whole file works better at that point.
[go to top]