would there be such case of jumping, if yes how?
Posted
by
Pooria
on Stack Overflow
See other posts from Stack Overflow
or by Pooria
Published on 2011-01-17T16:38:00Z
Indexed on
2011/01/17
16:53 UTC
Read the original article
Hit count: 138
I have an issue in the mind and that is since the jump instruction changes EIP register by adding signed offsets to it(if I'm not making a mistake here), on IA-32 architecture how would going upward in memory from location 0x7FFFFFFF(biggest positive number in signed logic) to 0x80000000(least negative number in signed logic) be possible? or maybe there shouldn't be such jump due to the nature of signed logic?
© Stack Overflow or respective owner