文件名称:PureDll
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- neuso*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个利用纯W32 DLL文件进行HOOK编程的源代码,不含MFC架构
1、用VC向导生成Win32 Dll
2、手动加入def文件,其中内容与MFC 规则DLL中相同
3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的
4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance
5、确保程序中不出现MFC的东西-This is a use of pure W32 DLL files HOOK programming source code, MFC fr a mework does not contain one, using VC Wizard generates Win32 Dll2, manually add def files, the content of the rules of DLL with MFC in the same 3, DllMain first parameter is the HANDLE type, forced into HINSTANCE type 4, so SetWindowsHook parameters App-
1、用VC向导生成Win32 Dll
2、手动加入def文件,其中内容与MFC 规则DLL中相同
3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的
4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance
5、确保程序中不出现MFC的东西-This is a use of pure W32 DLL files HOOK programming source code, MFC fr a mework does not contain one, using VC Wizard generates Win32 Dll2, manually add def files, the content of the rules of DLL with MFC in the same 3, DllMain first parameter is the HANDLE type, forced into HINSTANCE type 4, so SetWindowsHook parameters App-
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PureDll
.......\dll.cpp
.......\dll.dsp
.......\dll.dsw
.......\dll.ncb
.......\dll.opt
.......\dll.plg
.......\HookDll.def
.......\ReadMe.txt
.......\StdAfx.cpp
.......\StdAfx.h
.......\总结.doc
.......\dll.cpp
.......\dll.dsp
.......\dll.dsw
.......\dll.ncb
.......\dll.opt
.......\dll.plg
.......\HookDll.def
.......\ReadMe.txt
.......\StdAfx.cpp
.......\StdAfx.h
.......\总结.doc