虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Hook

  • 国外游戏开发者杂志1997年第七期配套代码

    国外游戏开发者杂志1997年第七期配套代码,包含Brian Hook自己的3d的api代码和Andre Lamothe的多线程代码

    标签: 1997 开发者 代码

    上传时间: 2015-01-05

    上传用户:270189020

  • 在线将URL转为IP本地存储

    在线将URL转为IP本地存储,加快访问速度,还可以学习:Hook 的使用,取得 *** 密码的方法等

    标签: URL 存储

    上传时间: 2013-12-25

    上传用户:youlongjian0

  • ucos-ii 编译器ICCAVR CPU atmega8 8M 晶振 对原作者的ucos进行了简化

    ucos-ii 编译器ICCAVR CPU atmega8 8M 晶振 对原作者的ucos进行了简化,去掉了 Hook,保留了基本功能 代码精简,编译后代码占 mage8 的 49% 时钟使用timer2,中断时间为2 ms 任务1:刷新LED,检测按键,调整时间 任务2:计时,串口发送 9600 bps

    标签: ucos-ii atmega8 ICCAVR ucos

    上传时间: 2015-03-18

    上传用户:Avoid98

  • 精彩编程百例1~25例

    精彩编程百例1~25例,其中有数学曲线,查看计算机硬件,文件统计程序,Hook程序记录鼠标与键盘,透明窗体的设计等等!

    标签: 25 编程

    上传时间: 2013-12-17

    上传用户:wqxstar

  • 该代码为我学习winnt内核时所写

    该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了Hook NtQuerySystemInformation函数来实现进程隐藏的功能

    标签: winnt 代码 内核

    上传时间: 2014-01-15

    上传用户:yan2267246

  • 一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同

    一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过Hook内核NDIS API来实现的。听说诺顿也是使用此方法来实现。

    标签: NDIS DDK 驱动 网络

    上传时间: 2015-09-11

    上传用户:asasasas

  • 使用mega8和iccavr编译器的一段ucos操作系统程序

    使用mega8和iccavr编译器的一段ucos操作系统程序,略去了Hook等内容和任务间的通信

    标签: iccavr mega8 ucos 编译器

    上传时间: 2014-01-18

    上传用户:米卡

  • 天书夜读(试读版)

    天书夜读(试读版),来自驱动开发网的大牛楚狂人与wowocock合写的Windows内核探索教程,主要介绍了对内核进行反汇编的一些基本知识及进行内核DIY如Hook系统关键调用的介绍。是内核开发爱好者及黑客们的必备良品。

    标签:

    上传时间: 2016-01-22

    上传用户:yangbo69

  • 一个 http 服务器的框架实现

    一个 http 服务器的框架实现,提供了很多的 Hook 点。

    标签: http 服务器

    上传时间: 2013-12-06

    上传用户:英雄

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to Hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    标签: Exception ExcpHook Coldwind Monitor

    上传时间: 2014-02-10

    上传用户:jing911003