Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: iago on March 07, 2004, 04:52 PM

Title: IDA Question/problem
Post by: iago on March 07, 2004, 04:52 PM
(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?
Title: Re:IDA Question/problem
Post by: Adron on March 07, 2004, 09:20 PM
Hmm, can't that happen just because you haven't turned them into offsets yet? try o on them?