的Dependency Walker在.NET应用程序:FlsAlloc应用程序、Walker、Dependency、FlsAlloc

2023-09-03 21:05:47 作者:远山碧

我试图来分析几个.NET可执行文件的依赖学步车,总是得到这样的:

I have tried to profile several .NET executables in dependency walker and always get something like this:

GetProcAddress的(0x7C800000 [KERNEL32.DLL],FlsAlloc),从MSCorEE.dll中之称,在地址0x79006079返回0xFFBADD11。

GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSCOREE.DLL" at address 0x79006079 and returned 0xFFBADD11.

我试图使一个新的Windows窗体项目VS2005并没有什么,但建造起来。依赖学步车仍然给出了同样的错误。这是否意味着它不再是可能的个人资料.Net应用程序,还是我失去了一些东西?

I tried making a new windows forms project VS2005 and did nothing but build it. Dependency walker still gives that same error. Does this mean that it is no longer possible to profile .Net applications, or am I missing something?

推荐答案

依赖学步车只能配置文件的非托管程序。

Dependency walker can only profile unmanaged programs.