How to get the real virtual memory address from a hashed address giving by a user program in linux?
I have this code below that prints a pointers’ memory address. I’ve never noticed it before, but the returned value is in a specific format that, I guess, does not represent the real virtual memory address.