TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Neural-Based Program Decompiler (2019)

51 pointsby globuousover 4 years ago

6 comments

ckastnerover 4 years ago
&gt; <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.
评论 #24339476 未加载
评论 #24339506 未加载
kamocycover 4 years ago
A curated list of awesome decompilation resources and projects.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nforest&#x2F;awesome-decompilation" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nforest&#x2F;awesome-decompilation</a>
ackbar03over 4 years ago
I&#x27;ve always wondered whether ml &#x2F; deep learning can be used efficiently for code deobfuscatuon
seek3rover 4 years ago
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.
sdmike1over 4 years ago
Do they have a release of this? Github or otherwise?
latenightcodingover 4 years ago
&quot;Neural-based&quot;, what a clickbaity way to say ml-assisted.
评论 #24339193 未加载