I tried google and Ask, but java to C++ or native code to byte code etc etc interpretors always flood the screen. Here is the thing though, I basically need a way to "decompile" an executable back into C/C++ source and thought that this apparently fictional interpretor was the way to go. Can someone give me some links to a couple good ones? I'm having a lot of trouble finding them.
Good native machine code to C/C++ interpreter?
Collapse
X
-
Tags: None
-
Originally posted by BanfaThat is because they don't really exist, you may be able to find a dis-assembler that gives assembly code from an executable but the extra step of going back to C++ code just isn't going to happen.
Compilation is a one-way process.Comment
Comment