+ 10
Is there anything like decompiler to convert machine language back to programming language like c++, java ,python
if there are decompiler can u suggest some?
8 Answers
+ 7
for java : jad decompiler
for c# : net reflector
for c++/ c : no compiler converts to cpp / c but to assembly
+ 5
i would like to go with python
if possible can u list them along with their language output?
i would be grateful if u do so
+ 4
can u suggest me some of the useful decompilers?
+ 4
Thanks for responding
+ 3
for which language? there is no one decompiler for all (as far as i know)
+ 2
uncompyle2 works well for Phython 2.7 but you may also try unpyclib
+ 2
IDA pro can convert machine code into C code, but its not going to be 100% the same as the original nor 100% accurate because of optimizations and the loss of things like debug symbols
+ 1
there are decompilers