NationalSecurityAgency / ghidra

Ghidra is a software reverse engineering (SRE) framework
https://www.nsa.gov/ghidra
Apache License 2.0
49.6k stars 5.7k forks source link

Ghidra decompiler documentation #3629

Open ghost opened 2 years ago

ghost commented 2 years ago

Hello, I'm trying to find the documentation about ghidra decompiler internals or some documentation about ghidra decompiler itself , so far i have not found anything.

So if there already exist some documentation about it please link it. If does not exist i would like to make Feature request to core devs when they have time to make some documentation about it, it will be very helpful!

3pidemix commented 2 years ago

The decompiler docs aren’t built or included in the main documentation as far as I know. You currently need to drop into then decompiler C++ source directory and run make doc. See https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Decompiler/src/decompile/cpp/Makefile. The docs are pretty great.