Function parameters from stack, AVR8 #6438
Unanswered
VladimirMeshcheriakov
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
-
Hi! I am quite new to ghidra so this can be a very noob question.
I happen to have a variadic function in an avr binary that I am currently reversing, let me show you an example of where it is called:
So here we can see that the function take 3 parameters (of which 2 are 16 bit adresses and the last one is a bool)
There for I have tried to give the following signature
But when decompiling ghidra still does not seem to recognise the parameters...
What am I doing wrong here?
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions