Location:
Search - w32 hook
Search list
Description: 这是一个利用纯W32 DLL文件进行HOOK编程的源代码,不含MFC架构
1、用VC向导生成Win32 Dll
2、手动加入def文件,其中内容与MFC 规则DLL中相同
3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的
4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance
5、确保程序中不出现MFC的东西
Platform: |
Size: 14552 |
Author: neusoftrhl |
Hits:
Description: 这是一个利用纯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 framework 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-
Platform: |
Size: 14336 |
Author: neusoftrhl |
Hits: