To check whether a module is managed code or not, we need to read the PE file header info, the following link is useful discussion about this, including an implementation using VC++.
http://forums.codeguru.com/showthread.php?424454-Check-if-DLL-is-managed-or-notHow to detect whether a module is managed code or not
最新推荐文章于 2025-07-28 13:15:12 发布
本文介绍了一种方法来确定DLL文件是否包含托管代码。通过读取PE文件头信息可以判断DLL是否为托管代码。文章链接提供了一个使用VC++实现的具体示例。
5940

被折叠的 条评论
为什么被折叠?



