I have very simple question. I'm not able to find the answer on my own as I don't have any environment to test it.
If I access 4 bytes on the edge of page, what will happen?
mov eax, dword [0x100000+4095]
What will be the upper three bytes when I have access to page on 0x101000 and when I don't?
Please help.