文件名称:Memory-Load-DLL
-
所属分类:
- 标签属性:
- 上传时间:2013-04-20
-
文件大小:21.19kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Windows平台提供的加载library的API(LoadLibarary, LoadLibraryEx)只能加载文件系统中的Library. 没有体哦那个从内存中加载Dll的功能。但是,有些情况下又需要这样的功能。譬如,你不想在发布包中包含很多文件,又或者你想给那些逆向工作者一些苦头吃。这时一个常见的做法是先把dll文件写到一个临时文件中,然后从临时文件中导入它。当程序终止时把临时文件删除。-The Windows platform load library the API (LoadLibarary, LoadLibraryEx) of the file system can only load Library. No body function of the DLL that is loaded from memory. However, in some cases, require such a feature. For example, you do not want included in the release package file, or if you want to reverse workers sacked for eating. At this time, a common practice is to first dll files from the temporary file into a temporary file, and then import it. Delete the temporary files when the program terminates.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
从内存中加载DLL指南.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.