-
opengl游戏编程 非常适合初学者阅读,值得推荐一看
opengl游戏编程 非常适合初学者阅读,值得推荐一看-opengl game programming is very suitable for beginners to read, it is worth to recommend a look at
- 2022-12-03 02:05:03下载
- 积分:1
-
代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发...
代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。
在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from
- 2022-03-05 18:09:39下载
- 积分:1
-
键盘钩子演示程序,拦截键盘输入按键。用BCB6.0编译。
键盘钩子演示程序,拦截键盘输入按键。用BCB6.0编译。-Demo keyboard hook to intercept keyboard input keys. BCB6.0 compiler used.
- 2022-02-24 21:22:22下载
- 积分:1
-
菜单钩子,希望有用 ,
菜单钩子,希望有用 ,-menu hook, useful!
- 2022-08-12 09:38:19下载
- 积分:1
-
Hangame DLL的源代码,
Hangame DLL source code,
- 2022-01-24 09:38:22下载
- 积分:1
-
攻取键盘信息.在使用鼠标移动可以记录所有信息.如果想要此功能就下载吧...
攻取键盘信息.在使用鼠标移动可以记录所有信息.如果想要此功能就下载吧-攻取keyboard information. In the use of mouse can record all the information. If you want this feature to download it
- 2023-06-19 16:40:04下载
- 积分:1
-
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文-VC hook records the use of Chinese characters, keywords, HOOK, VC, Chinese
- 2022-11-06 12:45:04下载
- 积分:1
-
实现对IE上网记录的插件,注册后就就可直接使用
实现对IE上网记录的插件,注册后就就可直接使用-IE??to realize record plug-in, after the register can be directly used
- 2022-12-09 00:05:03下载
- 积分:1
-
完美世界副本挂,值得学习,delphi源代码
完美世界副本挂,值得学习,delphi源代码-Perfect copy of pegging the world, it is worth learning, delphi source code
- 2022-04-01 03:14:31下载
- 积分:1
-
实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DL...
实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style uniform software interface is really difficult, as mentioned in the MessageBox netizens, FileDialog, FontDialog, directories, etc. MFC dialog within the system DLL even within the dialog, if it"s not easy changing face. Some say HOOK technology, the technology can really HOOK, HOOK can say is pervasive, but the efficient use HOOK is hardly satisfied with the majority from the current mining technology Eurocargo HOOK use of the software, can prove this point. Today we will discuss other technologies to achieve a FileDialog changing face of this technique called window replacement process method
- 2022-07-19 14:16:31下载
- 积分:1