(http://www.valhallalegends.com/iago/IDA.gif)
The stack pointers show up as red rather than showing a variable, and I'm trying to figure out why. In that function, ESP ends up back at the right spot at the end, so it's not because of a misalignment.
What I was thinking is the variables that were generated were incorrect. If this is the case, is there some way to tell it to "generate the variables better", or do I manually have to fix them?
Or can the invalid local variable references be red for another reason?
Hmm, can't that happen just because you haven't turned them into offsets yet? try o on them?