The unexpected effectiveness of one-shot decompilation with Claude
blog.chrislewis.au
The unexpected effectiveness of one-shot decompilation with Claude
1–10 of 133 posts
Re: The unexpected effectiveness of one-shot decompilation with Claude
#2I hope that others find this similarly useful.
Re: The unexpected effectiveness of one-shot decompilation with Claude
#3It's good at cleaning up decompiled code, at figuring out what functions do, at uncovering weird assembly tricks and more.
Re: The unexpected effectiveness of one-shot decompilation with Claude
#4I'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.
Re: The unexpected effectiveness of one-shot decompilation with Claude
#5I'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.
What game are you working on?
Re: The unexpected effectiveness of one-shot decompilation with Claude
#6Re: The unexpected effectiveness of one-shot decompilation with Claude
#7If you aren't using LLMs for your reverse engineering tasks, you're missing out, big time. Claude kicks ass. It's good at cleaning up decompiled code, at figuring out what functions do, at uncovering weird assembly tricks and more.
Anyway, we're reaching the point where documentation can be generated by LLMs and this is great news for developers.
Re: The unexpected effectiveness of one-shot decompilation with Claude
#8I'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.
Re: The unexpected effectiveness of one-shot decompilation with Claude
#9Re: The unexpected effectiveness of one-shot decompilation with Claude
#10If you aren't using LLMs for your reverse engineering tasks, you're missing out, big time. Claude kicks ass. It's good at cleaning up decompiled code, at figuring out what functions do, at uncovering weird assembly tricks and more.
Makes sense because LLMs are quite good at translating between natural languages. Anyway, we're reaching the point where documentation can be generated by LLMs and this is great news for developers.
Although of course if you don't vibe document but instead just use them as a tool, with significant human input, then yes go ahead.