在 Windows 中查看共享内存的程序?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/465378/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 11:51:57  来源:igfitidea点击:

Program to view Shared Memory in Windows?

windowssharedshared-memory

提问by DMeier

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

我正在寻找一个程序来查看和浏览 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.

我知道这是存在的,因为我以前见过它在行动。出于某种原因,谷歌和 MSDN 在这一点上让我失望。

回答by Brian

I think Accesschkcan do this.

我认为Accesschk可以做到这一点。

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

从命令行: accesschk.exe -osv > objects.txt

Search for: "Type: Section"

搜索:“类型:部分”