Tagged Questions

98
votes
8answers
66k views

decompiling DEX into Java sourcecode

Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?
1
vote
1answer
121 views

ANN for decompiler?

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 ...
0
votes
2answers
209 views

Attaching source for some classes in a jar

For our project we are doing kind of reverse engineering. For that we have to debug a third party jar. I tried de-compiling that jar with DJ, JAD, but output is source code with compile time errors ...