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: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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