搜索资源列表
动态dll制作
- 动态连接库演示制作-DLL produced demo
dll和hook编程
- 关于windows动态链接的编程及钩子的应用
动态连接库的祥细使用说明
- 动态连接库的祥细使用说明,主要介绍如何获得内存资源问题。 让你轻松学习DLL,让你从初学者上升为中级。
dll调试工具
- 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下: ……
MFC.用于MFC处理的动态链接处理
- MFC DLL API,用于MFC处理的动态链接处理,用于WINCE6.0,,USE IN WINCE 6.0
HWinfo.dll.rar
- HWInfo.dll是本人开发的一个提取硬盘序列号、CPU相关信息、主板序列号以及网卡MAC地址的动态链接库,可用于为共享软件产生机器码提供硬件特征值。,Yes I HWInfo.dll developed a hard drive serial number extraction, CPU-related information, motherboard serial number and the network card MAC address dynamic link library th
dll-exe2.rar
- dll动态链接的使用,该dll是串口通信的封装函数,使用该dll的一个实例。,dll dynamic link the use of the dll is a serial communication package function, using an instance of the dll.
QT动态库总结
- 总结了下动态链接库的编写方式,在这里总结了三种,分别是非QWidget的子类、是QWidget子类、非类三种形式的动态库。
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
TSCLIB.DLL-Delphi-Example
- 调用TSC动态链接库的Delphi源码。 此代码为网络收集,如侵犯版权,请告知-TSC call dynamic link library of Delphi source code. This code for the network to collect, such as copyright infringement, please inform
DLL
- VC++创建动态链接库 应用动态链接库实现界面换肤 应用动态链接库实现国际化-VC++ application to create a dynamic link library Dynamic Link Library Dynamic Link Library interface skinning application to achieve international
QQImageOle.dll
- 制作类似QQ表情的很好用的控件。可以制作动态的表情效果-QQ produced a similar expression used in a good control. Facial expression can create dynamic effects
dll
- dll动态库的使用和开发是我们在编程过程中要常常使用的技术-dll dynamic library use and development is in the programming process, we must often use technical
INOUT.DLL
- 用C++编写WINDOWS下端口操作动态链接库INOUT.DLL,用C++编写WINDOWS下端口操作动态链接库INOUT.D-With C++ Prepared WINDOWS port operation under dynamic link library INOUT.DLL, using C++ Prepared WINDOWS port operation under dynamic link library INOUT.D
VisualC++Dll
- 深入浅出Visual C++动态链接库(Dll)编程-In layman
dll
- dll 动态连接库 vc++ 源码下载 -dll Dynamic Link Library vc++ source download
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
RAR.dll
- winrar 在visual c++中的dll动态链接库的描述。很全面很详细的介绍!-winrar in visual c++ in the dynamic link library dll descr iption. Is very comprehensive in detail!
vbLink
- VB6 DLL编译助手,用vb编译动态dll的一个小辅助工具-a small tool using for compile Dll in VB6