搜索资源列表
lg3d.zip
- 学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等
WindowsAPIhook
- Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
delphi对windows高级编程的很多例子
- delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input procedures, the use of news hook sh
Windows API源代码
- windowsAPI编程的例子,用户可以直接查看并使用-windowsAPI Programming example, the user can directly view and use
编程创建快捷方式
- Windows XP 中利用Visual C++编程创建快捷方式-Windows XP Visual C programming to create shortcuts
SSDT-hook
- Windows内核态SSDT-hook实现进程隐藏和文件隐藏,代码很规整,学习内核编程的好例子 -a good example of studying kernel programing or driver developing, SSDT hook
lg3d
- 学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等--Program writed by webmaster which uses hook to modify windows interface similar to ctl3d. It may take some changes in your windows, for example adding icons to sy
20080323224000244
- api hook windows 编程-api hook windows programming
WindowsAPISoruces
- windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
classic_instance_of_windows_programming_hooks
- windows编程钩子经典实例classic instance of windows programming hooks-classic instance of windows programming hooks
codehook
- 钩子范例,要学习windows编程的,可以好好看看.-Hook examples to learn windows programming, you can take a look.
windows-api
- 实现vc最基本的api编程,代码详细,适合初学者。-Vc api to achieve the most basic programming code in detail.
KeyboardHook
- vc实现键盘钩子的源代码及说明文档,对于深入学习windows编程的人很有好处-source code and file implementing keyboard hook.
HookTest
- 钩子测试程序,介绍全局钩子的使用,钩子是windows编程中一种非常重要的技术.-Hook test program, this paper introduces the use of global hooks, the hook is a kind of very important Windows programming technology.
Keyboard--hook
- 键盘钩子程序,windows编程,学习键盘钩子的好demo-keyboard hook demo
keyboard_defect
- 一个防键盘追踪程序,防键盘钩子,是windows编程的一本书上的源程序-keyboard defect
KeyboardHook
- 键盘钩子,是《windows编程循序渐进》附带的源程序-The keyboard hook, is \ Windows programming step by step\ the supplementary source program
MouseHook
- 鼠标追踪,鼠标钩子,源自《windows编程循序渐进》附带的源程序-The mouse tracking, the mouse hook, derived the Windows programming step by step with the source program
injectDLL
- windows编程下的钩子使用方法,里面详细介绍了与安装钩子的东西源程序-Windows programming under the hook method, which contains a DLL program and install the hook call source program
InlineHook
- Inline hook简单实用方法, 自己练习的时候用的,(a single example for inline hook)