问题
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.
回答1:
I think Accesschk can do this.
From the commandline: accesschk.exe -osv > objects.txt
Search for: "Type: Section"
来源:https://stackoverflow.com/questions/465378/program-to-view-shared-memory-in-windows