Windows – Program to view Shared Memory in Windows

sharedshared-memorywindows

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.

Best Solution

I think Accesschk can do this.

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

Search for: "Type: Section"