搜索资源列表
globalhook_src
- C# 鼠标 键盘钩子使用例子 调用windows api和hook
hookhideproc
- 是利用钩子函数在windows xp 的环境下使进程隐藏的,十分好用,也很经典。-Hook function is to use windows xp in the environment so that the hidden process is very easy to use, but also very classic.
176986NT
- 利用钩子函数,在windows xp/nt环境下,使进程隐藏的代码,十分好用,也很经典。-Hook function to use in windows xp/nt environment, so that the process of hiding the code, very easy to use, but also very classic.
176651687
- 利用钩子函数,在windows xp/nt环境下,使进程隐藏的代码,十分好用,也很经典。自己是不会隐藏的。-Hook function to use in windows xp/nt environment, so that the process of hiding the code, very easy to use, but also very classic. They are not hidden.
Keyboard
- low-level keyboard hook using the Windows API.
gouzi
- 钩子的本质是一段用以处理 系统消息的程序,通过系统调用,将其挂入系统。钩子的种类有很多,每种钩子可以截获并处理相应的消息,每当特定的消息发出,在到达目的窗口之前,钩子程序 先行截获该消息、得到对此消息的控制权。此时在钩子函数中就可以对截获的消息进行加工处理,甚至可以强制结束消息的传递。 而键盘钩子,只是为了截获键盘消息的。全局钩子可以捕获在Windows平台下任意窗口上的键盘操作-Hook is the essence of a message processing system to proc
Windows-Hook-Library-(Any-CPU)
- Windows Hook Library (Any CPU)
keygouzi
- C#利用键盘钩子屏蔽Windows系统热键,屏蔽热键的一个基础例子,易于参考理解,比较不错。-C# using the keyboard hook shielding Windows system hotkey, hotkey shielding a basis for example, ease of reference to understand, quite good.
globalhook_src
- 使用C#语言,利用windows底层的Hook机制,捕捉用户的键盘鼠标输入事件,是全局的,即使不在本窗口内的键盘鼠标事件也能捕捉到-Using the C# language, using windows Hook underlying mechanisms, capturing the user' s keyboard and mouse input events are global, even if not within this window can capture keyboar
GlobalSystemHooks
- C#全局系统钩子!!!!!!!支持在Windows系统下钩住系统消息-C# global system hook! ! ! ! ! ! ! Support in the Windows system hook system messages! ! ! ! ! ! !
CSLLKeyboard_demo
- KeyboardHook: class to enable low-level keyboard hook using the Windows API.
NetWin32Hooks_src
- KeyboardHook: class to enable low-level keyboard hook using the Windows API.