Hacker News new | ask | show | jobs
by ConanRus 384 days ago
Can you also write a C decompiler in pure Java language?
2 comments

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).