I was reading this article on MSDN
“Managing Heap Memory in Win32”
And in it they are explaining about a tool called ProcessWalker.exe
In the article they explained that they can use this tool to explore the contents of virtual memory of any process.
-
Does anyone know where I can download this tool from. Or maybe ProcessWalker might be deprecated. Does anyone know any other such tool?
-
And I don’t understand how is it even possible for such a tool to exist, wouldn’t such a tool cause security breach?
17 years is a really long time ago. Forget everything it says about GlobalAlloc and LocalAlloc. The SysInternals’ VMMap utility does a similar job, it is excellent.