Is it possible to automatically apply function signatures from a gdt based on fidb application? #7420
Unanswered
lightspot21
asked this question in
Q&A
Replies: 1 comment
-
I found an option called "Apply Function Data Types" when you right click an archive in Data Type Manager. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I can generate a .fidb file mapping function hashes to names, as well as a .gdt containing data types and signatures (as in typed arguments, return type and calling convention) of those same functions.
If I apply the .fidb, will Ghidra apply the corresponding signatures (say matched by function name) by itself from the gdt so as to correct the decompiler's output, or should I make a script for this?
Beta Was this translation helpful? Give feedback.
All reactions