ANN for decompiler?
Posted
by Rhythmic Algorithm
on Stack Overflow
See other posts from Stack Overflow
or by Rhythmic Algorithm
Published on 2009-06-16T11:48:55Z
Indexed on
2010/05/22
23:10 UTC
Read the original article
Hit count: 388
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.
© Stack Overflow or respective owner