vote up 3 vote down star
1

How can I determine what memory is accessible by a process, other than calling ReadProcessMemory() on every single byte/page/whatever to see if it wins or fails?

(I know it must be possible as several tools show this sort of information, e.g. IDA Pro debugger, WinHex, Sysinternals' Process Monitor, ...)

flag

1 Answer

vote up 5 vote down check

VirtualQueryEx is likely the function you want.

link|flag
Thanks that's perfect! – Jasper Hedge Dec 29 '08 at 21:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.