Get specific process memory space
Posted
by Saul Rennison
on Stack Overflow
See other posts from Stack Overflow
or by Saul Rennison
Published on 2010-04-24T20:00:35Z
Indexed on
2010/04/24
20:03 UTC
Read the original article
Hit count: 285
Hi,
I have a pointer (void *
) to a function and I want to know which process this function belongs to. I have no idea which way to go about it, but I think it's possible by using some form of VirtualQuery
trickery. Any help would be appreciated.
Thanks in advance,
© Stack Overflow or respective owner