extraout variables #7323
Replies: 4 comments
-
i googled it for some time and found out only that it's because of function return is not properly defined, i have tried to change it to what i thought should work but it still didn't work for me |
Beta Was this translation helpful? Give feedback.
-
It is hard to explain in a short comment, specially you provide no details on your binary / CPU / etc, but it is possible and likely that some of your functions are using a different register convention than the one you have loaded (or that you loaded the wrong register convention). Sometimes it can be fixed with edits to the function signature, sometimes you need to create a new register convention (e.g. a copy of __stdcall ) and update which registers are used on the way in, out and which are killed. |
Beta Was this translation helpful? Give feedback.
-
i'm working with Sega Genesis game (ROM) and it uses M68000 CPU |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello there!
i'm new to this tool and to decompiling in general, what does "extraout_" variables mean and how can i remove them?
Beta Was this translation helpful? Give feedback.
All reactions