Replies: 1 comment
-
Right click on the function, select edit function signature. Set the calling convention to the correct one. If it is not present, or doesn't properly follow a convention, check the "use custom storage " and assign the storage as necessary. |
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
-
I see that IDA Pro adds parameters to the function declaration after visiting this function if these parameters are passed in registers.
However, I can't find a way to make Ghidra show these arguments in the declaration. Is there any?
Beta Was this translation helpful? Give feedback.
All reactions