ANN for decompiler?

2019-04-16 05:36发布

Has there ever been any attempts at utilizing artificial neural networks in decompilation? It would be nice if it was possible to provide the trimmed semantics of source along with the code in to a neural network so it could learn the connection between the two. I assume this would likely lose it's effectiveness when there is optimizations and maybe work better for high level languages too but I'm interested in hearing any attempts anyone has had at this.

1条回答
在下西门庆
2楼-- · 2019-04-16 06:16

I'm assuming you mean decompilation to human readable C/C++ as compared to Assembly then,

Given the input size (optimized/compiled code) and the output size of succinct code, and the multi-line stateful nature of decomplilation process, I would have though this is a larger problem that a ANN could ever handle.

查看更多
登录 后发表回答