If Ghidra was really good, they wouldn't have had to release the source to it. ;)
Ghidra Decompiler Analysis Engine
11–20 of 31 posts
It's Java, so it's not all that hard to reverse engineer.
Re: Ghidra Decompiler Analysis Engine
#12Amazing. Just what I needed today, when I was writing OpenRisc processor definition for sleigh. :)
What's sleigh?
Re: Ghidra Decompiler Analysis Engine
#13Re: Ghidra Decompiler Analysis Engine
#14Re: Ghidra Decompiler Analysis Engine
#15Earlier quoted context omitted.
It's Java, so it's not all that hard to reverse engineer.
The decompiler is in c++.
I believe this has now been released.
https://github.com/NationalSecurityAgency/ghidra/tree/master...
Re: Ghidra Decompiler Analysis Engine
#16Re: Ghidra Decompiler Analysis Engine
#17Amazing. Just what I needed today, when I was writing OpenRisc processor definition for sleigh. :)
What's sleigh?
It’s “a machine language translation and disassembly engine”: https://ghidra-decompiler-docs.netlify.com/sleigh.html
Re: Ghidra Decompiler Analysis Engine
#18Amazing. Just what I needed today, when I was writing OpenRisc processor definition for sleigh. :)
What's the difference between OpenRisc and RISC_V?
Re: Ghidra Decompiler Analysis Engine
#19Re: Ghidra Decompiler Analysis Engine
#20Amazing. Just what I needed today, when I was writing OpenRisc processor definition for sleigh. :)
In two weekends I've come from no support for OpenRisc at all to this:
https://megous.com/dl/tmp/or1k-dec.png https://megous.com/dl/tmp/or1k-dec2.png
Ghidra is powerful.