Determine if GAC'ed & NGen'ed assemblies are being used

后端 未结 3 1432
执念已碎
执念已碎 2020-12-14 21:42

How do I determine if the Native images are being used without the Loader verifing the signature of the assembly at runtime, or even using the GAC\'ed assembly?

I ha

3条回答
  •  庸人自扰
    2020-12-14 22:03

    You can use the VMMAP. There, all the .dll (assembly) have location details

    In details if your assembly is being loaded from "C:\Windows\assembly\NativeImages(version)..." so your application are using the native image.

提交回复
热议问题