▍1. 40153640
命名管道的封装MFC类,含客户端和服务器端(A named pipe to encapsulate the MFC class, including client and server)
命名管道的封装MFC类,含客户端和服务器端(A named pipe to encapsulate the MFC class, including client and server)
强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。(Forced to delete the file, no injection no driver no hook, the principle is to find the file lock handle, and then close the handle.)
directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习(directx 3d hook, provide endscene() and reset() hook in call back,good example)
键盘钩子,比较通用的钩子方法,在热键等场合使用比较广泛。钩子也通常在屏蔽一些按键上使用(keyboard hook)
使用windows Hook,监视IE或其他浏览器的地址栏,发现有www或http字样的,则更改这些url,使之不能访问相应的url(IEwindows HookIEwindows)
可以实现内核钩子的检测,分为应用层和驱动层,带源码(Can detect the kernel hooks, into the application layer and the driver layer, with source code)
MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。(MouseTrace, using VC++ to write the mouse Hook hook, get X, Y coordinates and the time display on the form, as shown, move the mouse over the form, coordinate information will be tracked, out of form would be invalid.)
hooke-jeeves模式搜索法具有很好的求解最优解的功能,本算法是Mark G. Johnson 编写的,大家可以参考学习(Nonlinear Optimization using the algorithm of Hooke and Jeeves)
win32 Hook api 钩子与API截获 (win32 Hook api)
win7下利用CreateRemoteThread函数hook记事本,弹出一个对话框(Under win7 use CreateRemoteThread hook notepad function, a dialog box pops up)
This is example how to load a dll library and prepare for hook.
This is example how to load a dll library and prepare for hook.
VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。(VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, it is based on the HOOK technology.)
基于句柄类的文本查询示例(C++ Primer 4th)(Text handle classes of queries based on the sample (C++ Primer 4th) )
基于句柄类的文本查询示例(C++ Primer 4th)(Text handle classes of queries based on the sample (C++ Primer 4th) )
APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)