Welcome![Sign In][Sign Up]
Location:
Search - HOOK A

Search list

[SourceCode利用VB实现HOOK键盘源代码

Description: 我想学习一下其他的编程工具.希望能得到帐号-It is a code realizing Key hook with VB
Platform: | Size: 10240 | Author: 陈于 | Hits:

[Windows Develop源代码 hook

Description: 一个关于hook的编程原代码-a hook on the original programming code
Platform: | Size: 101376 | Author: 张闻博 | Hits:

[Windows Develophook源码

Description: 一个简单的系统钩子代码-a simple code system hook
Platform: | Size: 550912 | Author: 金中军 | Hits:

[Hook apiApi Hook和封包拦截技术

Description: const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
Platform: | Size: 198656 | Author: 黄春标 | Hits:

[Crack HackHook和hotKey

Description: 这份资料是关于Windows系统的勾子编程的详细介绍,希望大家喜欢。-this information on the Windows system is a hook detailed description of the program, hope you like them.
Platform: | Size: 36864 | Author: 王浩 | Hits:

[Hook apiHook 系统服务隐藏端口

Description: 一个牛人写的程序,其中涉及一些undocumented就是未公布的函数,值得学习-a written procedure, which involves some undocumented is not the function, it is worth learning
Platform: | Size: 8192 | Author: 就叫这 | Hits:

[Hook apiHook 系统服务隐藏端口源码及示例

Description: 这是一个Hook 系统服务隐藏端口源码及示例,希望对大家有所帮助-This is a hidden system services Hook port and source examples, we hope to help
Platform: | Size: 34816 | Author: 赵郁馨 | Hits:

[Hook apiPreventClose_src

Description: BCB钩子编程例子. 利用Hook API来禁止CTRL+ALT+DEL按键.某大侠之作,不可不看.-BCB hook programming examples. Use Hook API to prohibit CTRL ALT DEL keys. A heroes that make must-see.
Platform: | Size: 68608 | Author: 不惑 | Hits:

[Hook apikeyboardswitch

Description: 很简单的一个全局钩子,屏蔽键盘所有按键,主要用在,嘿嘿,把键盘当垫板的人,比如在网吧抄东西。双击便运行,关闭即退出。 送给菜鸟。-very simple hook a whole, shielding all the keyboard keys, mainly in a little, and the keyboard when the plate. For example, in the cafes copied things. Double-click operation will close withdraw. As they gave.
Platform: | Size: 60416 | Author: 小子 | Hits:

[Hook apicalcCtrl

Description: 用HOOK技术打开、控制windows自带的计算器。这是学习消息机制用HOOK的好例子。-with open technology, the control windows, bringing their calculators. This is the mechanism used to study information HOOK a good example.
Platform: | Size: 40960 | Author: | Hits:

[Hook apiHookMouseMoveEvent

Description: 实现对鼠标的HOOK.一个动态库和一个加载程序.-achieve the right mouse HOOK. A dynamic database and a loading procedures.
Platform: | Size: 71680 | Author: 王钢 | Hits:

[Hook apiMouseHookandKeyBoardHook

Description: 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard hook : Keyboard users capture information and use information to frame the display.
Platform: | Size: 181248 | Author: 李宇亮 | Hits:

[Hook apihook

Description: 以前学习hook技术写的小程序,采用hook鼠标操作,当鼠标左右键同时按下的时候自动将当前活动的窗口隐藏起来,再次按下鼠标的左右键的时候恢复隐藏的窗口。-Hook technology before learning to write small program, using the mouse hook operation, when the mouse around at the same time press the button when the current activities will automatically hide the window again by pressing the left and right mouse button when the restoration of a hidden window.
Platform: | Size: 95232 | Author: wangyan | Hits:

[Hook apiCopyHook

Description: 剪切板监视的hook,代码简明,功能当然也简单咯,可以做学习hook的好例子,有vb和vc++的源码-Clipboard monitor hook, code simplicity, of course, a simple function pyronaridine, you can learn to do hook a good example of vb and have vc++ The source
Platform: | Size: 62464 | Author: luzj | Hits:

[Hook apihook

Description: 在VC++6.0下编写的一个简单钩子程序,可以锁定键盘鼠标,我采用了最简单的编写,希望给初学者很好的帮助,F2+F9 可以解除锁定-In VC++ 6.0 prepared with a simple hook procedure, you can lock keyboard and mouse, I used the most simple to prepare, good for beginners who want to give help, F2+ F9 can unlock
Platform: | Size: 39936 | Author: wang ping | Hits:

[Hook apivb-HOOK

Description: 在vb下有关于hook的全面介绍,对学习很有帮助-In the next vb has a comprehensive introduction on the hook for learning useful
Platform: | Size: 6144 | Author: akdfja | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Hook apiHOOK

Description: 全局HOOK一个经典例子,再加一些本人的小修改,希望对跟我一样初学者有帮助.-HOOK A classic example of the overall situation, together with some small modifications, I hope, like me have to help beginners.
Platform: | Size: 84992 | Author: dudu | Hits:

[Hook apihook

Description: 实现了一个c++的hook小程序,非常好用,测试通过-Implements a c++ to hook a small program, very easy to use, test
Platform: | Size: 150528 | Author: yushu | Hits:

[Windows CEhook

Description: wince 的 消息钩子 有键盘钩子和鼠标钩子 鼠标钩子注意不能断点回调函数 可以同时使用键盘和鼠标钩子 用完记得卸载钩子否则会一直被拦截 有强行卸载钩子的办法请QQ305805891-wince news hook a keyboard and mouse hook hook hook careful not to break the mouse callback function can use the keyboard and mouse hook run will always remember the uninstall hook or have been forced to unload hook to intercept method, please QQ305805891
Platform: | Size: 6144 | Author: hzx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net