You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the output of decompiling has the types "wrong". (E.g. uint64_t instead of FILETIME).
Ghidra has support for .fidb files with more information. Could this be integrated into r2ghidra?
I assume this fidb thing is just a list of symbols that you need to generate signatures for and then apply the signatures in the target binary to get those symbols to work. Because those files contain no metrics to detect the symbols. So i think in that case whatever fidb support needs to be done should be implemented in r2 instead of r2ghidra, because that's not part of the decompiler logic.
Description
At the moment, the output of decompiling has the types "wrong". (E.g. uint64_t instead of FILETIME).
Ghidra has support for .fidb files with more information. Could this be integrated into r2ghidra?
Here a side-to-side comparison:
r2ghidra:
ghidra:
As you can see, the output of ghidra has more information.
For more information/fidb files see here:
https://github.com/NationalSecurityAgency/ghidra/tree/master/Ghidra/Features/FunctionID/data and https://github.com/NationalSecurityAgency/ghidra-data/tree/master/FunctionID
The text was updated successfully, but these errors were encountered: