← Back to context

Comment by ConanRus

6 months ago

Can you also write a C decompiler in pure Java language?

Of course it can be done! It wouldn't be as general purpose as the Java decompiler in C because the C decompiler would have to know about the CPU architecture of the executable code (just as the Java decompiler has to know about JVM opcodes).