> <i>Empowered by the two-phase design, Coda achieves an average program accuracy of 82% on variousbenchmarks. While the Seq2Seq model with attention and the commercial decompilers yield 12%and 0% accuracy, respectively.</i><p>A commercial decompiler yeilding 0% accuracy sounds odd.
A curated list of awesome decompilation resources and projects.<p><a href="https://github.com/nforest/awesome-decompilation" rel="nofollow">https://github.com/nforest/awesome-decompilation</a>
The model gives you approximate code based on a set of inputs and outputs you feed to it; each input and output helps the model shed light on a different execution path and improves the approximate code.<p>Still, not bad.