Program to view Shared Memory in Windows?

五迷三道 提交于 2019-12-20 14:06:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!