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