搜索资源列表
HookAPI 1.7 Windows API钩子程序
- 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用. 支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
用VB.NET 编写的键盘钩子程序
- 用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
制作API钩子截获API的例子
- 制作API钩子,截获API的例子-production API hooks, intercepted API examples
API Hook 工具相关代码 apihooktest
- api钩子代码。-api hook code.
API钩子APIHOOK 2.0 源代码
- API钩子APIHOOK 2.0 源代码-API hook APIHOOK 2.0 source code
编写Win32 API钩子
- API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
apihook引擎
- 一个apihook引擎,可用于hook任何api函数,看哪个不顺眼就hook哪个,已经封装好,可以直接使用,无比强大
api hook
- 运用DetourHook技术,达到各种钩子应用
用Hook API实现键盘输入监控(C#)
- 同过Hook API 实现监控键盘输入
hook-api
- 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
VBhook.rar
- 写了一个键盘钩子,利用了vb api函数GetAsyncKeyState,能够准确的截取没有加密的*,送给大家学习。,Write a keyboard hook, using a vb api function GetAsyncKeyState, accurate interception can not keyloggers encrypted, sent to them to learn.
getword.zip
- 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。,Mouse capture word. Use API hook tech to get word from all over screen.
Win32API
- c#的一些关于系统api的调用,很实用的,包含了一些系统钩子之类的东西-c# number of api calls on the system, it is practical, the system contains a number of hooks and the like
WH_KEYBOARD_LL
- 采用VC6.0编写的一个全局钩子,用以截获键盘的键入消息,经测试可用。-Written by VC6.0 a global hook to intercept the keyboard type information, available via testing.
API
- 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
DelphiWindowshexinbiancheng
- 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
API
- 制作API钩子,截获API的源码 网上找的,不能下东西,只能先传个上去-Production of API hook, intercepted API source online to find and can not be the next thing, one must first pass up
API-Hook
- API Hook基本原理和实现,钩子的特性-Basic principles and implementation of API Hook
基于API的VB HOOK钩子拦截程序
- 一个由VB制作的全屏钩子,可以用来连接键盘,用于游戏机器人,而不用于浏览器中的坏东西。(A full screen hook made by VB can be used to connect the keyboard to game robots, not for bad things in the browser.)
钩子示例
- C#通过windows API 操作其他软件,改变软件中的值(C# changes the value of the software by operating other software through windows API)