Y
Hacker News
new
|
ask
|
show
|
jobs
by
ConanRus
384 days ago
Can you also write a C decompiler in pure Java language?
2 comments
dardeaup
384 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).
link
mdaniel
384 days ago
https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra...
(Apache 2)
link