Check if address exists before use/jump in assembly?
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-25T05:00:55Z
Indexed on
2010/05/25
6:01 UTC
Read the original article
Hit count: 172
Say i have loaded some random address like 0x00001234
into eax
. Is there a way to test that this address is valid/exists before jumping to it or dereferencing it?
Or do I have to implement an exception handler?
© Stack Overflow or respective owner