Identifying a process or a module as managed/native [duplicate]

五迷三道 提交于 2019-12-12 03:05:01

问题


Possible Duplicate:
How do I determine if a Process is Managed in C#?

How can I know if a process or a module is managed (.NET) or native programmatically (in C++)?


回答1:


I don't have the PE spec handy - you can download it from msdn.com - but a managed module will typically have a CLR header and imports mscoree.dll.



来源:https://stackoverflow.com/questions/7880606/identifying-a-process-or-a-module-as-managed-native

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