How to identify what's giving "decompiler parameter ID" trouble #2871
Unanswered
RenaKunisaki
asked this question in
Q&A
Replies: 1 comment
-
Is there a varargs function being called? Sometimes it struggles with printf and can't differentiate between a parameter and a local. If this is the case try overriding the varargs function signature. |
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 have a program where, when I run the "Decompiler Parameter ID" analyzer, I can see it correctly deduce the parameters of most functions... then when it's nearly finished, it goes back and gives every function 16 parameters (8 GPRs, 8 FPRs). I assume there's some function it's tripping over that's confusing it. How can I find where the trouble is?
Beta Was this translation helpful? Give feedback.
All reactions