搜索资源列表
HookAPI 1.7 Windows API钩子程序
- 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用. 支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
制作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
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.
HOOK-API
- 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:钩子-This is an easy language source code, first of all do not understand the language, not poisonous, soft false problem will not explain, source: hook
Prevent_Loadhook
- 阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f
API
- 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
WindowsAPISoruces
- windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
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)