← Back to context Comment by ConanRus 4 days ago Can you also write a C decompiler in pure Java language? 2 comments ConanRus Reply dardeaup 4 days ago 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). mdaniel 4 days ago https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra... (Apache 2)
dardeaup 4 days ago 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).
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).
https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra... (Apache 2)