How to change function signature for external function via ghidra java script #7918
Unanswered
Nicholas-wei
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to edit the function signature of an external function in ghidra using ghidra java script. For example, I want to edit the function
nvram_get
signature tochar* nvram_get(char*)
. However, the following code doesn't work.I have referenced the following blog, but no one helps
#5516
#1126
Can anyone provide some hint on how to edit external function signature ? Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions