35
The Webs Digital Locks have Never had a Stronger Opponent
(blog.pixelmelt.dev)
This is a most excellent place for technology news and articles.
Interesting, I wonder how much assembly these are trained on. I could see it working on the original source, with meaningful variable names, but when you have to figure out what r6 is used for in one code block based on where it's referenced, I don't see LLMs being particularly effective
It can likely untangle all the jumps an obfuscator makes with relative ease. After that it should be easier to decompile into something meaningful.
My point is that I'm not sure it can. Don't get me wrong, I'm at best a hobby grade reverse engineer (and genuinely pretty bad at it) but I don't think LLMs are well suited to that task. It does leave me kind of interested in testing it out. I see that someone has put ghidra mcp tools together.