搜索资源列表
Load_DLL_delphi7.0
- DLL的静态调用和动态调用 静态加载的DLL不能被卸载掉 动态调用: LoadLibrary LoadLibraryA LoadLibraryW 3个函数的演示
LoadLibrary
- CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
C_Assembler.PE-loader
- PE-loader which I wrote in C and Assembler. Loads test dll and calls the needed function from there. Analogues of WinAPI GetProcAddress and LoadLibrary are implemented.