I'm looking for a program to view and browse the (local) shared memory in Windows x32/x64.

I know this exists because I've seen it in action before. For some reason Google and MSDN fail me on this one.

link|improve this question
What do you call "shared memory"? There's no such term in the Windows API. – Hans Passant Jan 21 '09 at 13:58
I assume this means memory-mapped files which are commonly called shared memory (even inside msdn). – morechilli Jan 21 '09 at 14:39
feedback

1 Answer

up vote 5 down vote accepted

I think Accesschk can do this.

From the commandline: accesschk.exe -osv > objects.txt

Search for: "Type: Section"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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