procmon

*.pyd file fails to load, but DependancyWalker comes up clean, and ProcMon shows it loaded

岁酱吖の 提交于 2020-03-19 05:24:07
问题 I am trying to load a *.pyd with Python, but I receive the well known "Import Error: DLL load failed: the specified procedure can not be found." error. I have already done the following: 1.) Investigated the *.pyd with Dependency Walker. GPSVC.DLL and IESHIMS.DLL came up as missing, but delay loaded, IEFRAME.DLL aslo came up as missing an export, but was also delay-loaded. It's my understanding that these are not used, and are delay load anyway, so they should not be the problem. 2.) Did an

Command line version of Procmon

走远了吗. 提交于 2019-12-10 18:21:34
问题 I'm using Windows 7 and I'd like to monitor for new Process Create events. (i.e. get an entry for each process that's created, with full details about it.) I succeeded in doing this in Procmon, but I want to do it in the shell, and get text output without a GUI. Is there a CLI command that does that? e.g. I could tell it "Please list all events of the type so-and-so with a path of so-and-so" and it'll run indefinitely, writing details of these processes to stdout? 回答1: You can build your own

Why I can not find “Debug Managed Memory” on Actions menu?

女生的网名这么多〃 提交于 2019-11-27 21:46:21
Why I can not find "Debug Managed Memory" on Action menu as described at this MSDN article: Analyze .NET Framework memory issues ? My Visual Studio: How it is supposed to look: In one of the related articles , two requirements are mentioned (emphasis added): Before I begin, there are a few things to note about the "Debug Managed Memory" feature discussed in this post: The option will only be available from the dump summary page in the Ultimate version of Visual Studio 2013 . If you are using Premium or Professional you will not see the option. The process the dump file was collected against

Why I can not find “Debug Managed Memory” on Actions menu?

。_饼干妹妹 提交于 2019-11-26 20:51:19
问题 Why I can not find "Debug Managed Memory" on Action menu as described at this MSDN article: Analyze .NET Framework memory issues? My Visual Studio: How it is supposed to look: 回答1: In one of the related articles, two requirements are mentioned (emphasis added): Before I begin, there are a few things to note about the "Debug Managed Memory" feature discussed in this post: The option will only be available from the dump summary page in the Ultimate version of Visual Studio 2013 . If you are