资源列表
hookboot_src
- PSP source code!Found by me!And it is for beginners who enjoy the PSP!-PSP source code! Found by me! And it is for be ginners who enjoy the PSP!
disableshutdown
- 用hook技术屏蔽windows的关机消息的代码的程序-hook technology with shielding windows shutdown of the news code procedures
APIHooker
- 文件监测钩子 注入DLL使用的是 CreateRemoteThread 跨进程建立对DLL 的加载-document monitoring hook into DLL using the inter-process CreateRemoteThread establish the right DLL loading
insertdllandhookapi
- 详细讲解windows api的挂接和hook技术,文章由 kanxue斑竹北极星提供,内有详细说明和源码,源码是vc的-elaborate on the windows api articulated and hook technology, The article illustrated by kanxue Polaris provided, with detailed descr iptions and source code, the source code is vc
XPhook
- 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
PasswordSpy_Src
- 密码查看源码,原程序在目标程序放DLL作钩子,适合中级水平者-View source code, the original program objectives DLL procedures for the hook up, the level suitable for intermediate
MSNChatText_src
- 源码展示如何获取MSN MESSENGER聊天框里的聊天内容,非常棒的一个源码 -access to the source code shown how MSN MESSENGER chat Media is a Message chat, a wonderful source
TrayIconSource
- 在应用程序的系统菜单中添加菜单\"tray me\",点击将应用程序隐藏并在tray显示图标-applications in the system menu to add menu "tray me," Click on the application will be hidden in the tray icon shows
windowshook
- 程序“刷刷刷”能够在键盘光标所在的文本输入框中自动输入文字(中文、英文、数字),程序使用C++ Builder 5开发。首先运行C++ Builder并新建工程。接着,将窗体Form1的边框样式(BorderStyle)改为对话框(bsDialog),并放置相应控件如图所示,其中SS_Text是一个用于输入文本的TComboBox控件,当然,你可以在设计阶段预先向控件中输入一些常用文本,以便程序运行后可以直接选用 txtTimes和txtDelay为TEdit控件,分别用于控制发送文本的次数和间
keyboard_hook_sound
- 利用钩子函数截取键盘消息,并读出按下的键对应的字母,是个不错的学习hook的样板程序。-use of the keyboard hook function interception of information, and read out the keys by pressing the corresponding letter. is a good model for studying the hook procedures.
hookADO
- 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问数据库。-process of how to install the hook, how to compile the overall hook. Dynamic Link 13-17 global variable data sharing analysis. ADO database programming. In VB usi
Hooking_the_kernel_directly
- 直接内核钩子。教你如何用C写内核函数钩子。文件里面包含了详细文档和代码。-direct kernel hook. Teach you how to write C kernel function hook. File includes detailed documentation and code.