On Tue Jun 27 07:59:27 2023 +0000, Rémi Bernon wrote:
The addresses below 0xffff are in the first 64k page, which I think is a reserved area on Windows (I believe there's a similar thing on Linux, although I don't know if the size is the same). Any pointer in this range is not a valid address, and probably some corrupted value.
Ahh alright, that's the idea.