CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - hook函数

搜索资源列表

  1. dvKrnlData

    0下载:
  2. 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:55181
    • 提供者:左手
  1. jpgzxj

    0下载:
  2. 前段时间做键盘程序找的资料,一个钩子程序,程序本身没有什么,主要是用了大量的api函数值得大家参考一下。-side of the keyboard to do procedures for the information, a hook procedures, the process itself is nothing much to it. it is mainly used a lot of api function worth examined.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1640
    • 提供者:李伟
  1. hook驱动挂钩,拦截指定函数调用

    0下载:
  2. hook驱动挂钩,拦截指定函数调用
  3. 所属分类:驱动编程

  1. 探索NDIS HOOK新的实现方法

    0下载:
  2. NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
  3. 所属分类:驱动编程

  1. KeyMouse

    8下载:
  2. 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:25967
    • 提供者:ljh
  1. MDigHook

    0下载:
  2. MIL 函数,有用途,具体用途见hook里面的说明文件-MIL function, there are uses, specific uses, see the documentation inside hook
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:318468
    • 提供者:ouxiaoze
  1. ProtectMon

    0下载:
  2. 驱动开发,根据PID保护进程,HOOK了 SSDT NtOpenProcess函数,至少可以抵御一切R3病毒终结你的进程!!适合新手学习HOOK ssdt的入门研究-Driven development, the protection under the PID process, HOOK the SSDT NtOpenProcess function, at least the end of you against all the process of virus R3!! Suitabl
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:2147
    • 提供者:coorell
  1. PE

    0下载:
  2. 基本的驱动编程和客户端,客户端分析PE文件,重定位后,传给驱动,恢复被360 Hook的KifastCallEntry函数,同时,该源码还能实现对大多数安全软件进行强杀,如卡巴,360,瑞星,等等。仅限XP系统。-Basic programming and client-driven, client-side analysis PE file, re-positioning, passing drivers, restore 360 Hook' s KifastCallEntry func
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-09
    • 文件大小:2528583
    • 提供者:zzz
  1. PEHOOK

    0下载:
  2. 可以实现PE HOOK。这种方法对于拦截、分析其他内核驱动的函数调用来说用的比较多。原理是根据替换 PE 格式导出表中的相应函数来实现的。 -Can achieve PE HOOK. This method for the interception, analysis of other core-driven function call is used more. The principle is based on PE format to export table to replace t
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:24913
    • 提供者:Liam
  1. SSDT-Shadow-Hook

    2下载:
  2. Hook 了以下函数: NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoint WindowFromPoint NtUserBuildHwndList EnumWindows NtUserSetWindowLong SetWindowLong
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-21
    • 文件大小:383750
    • 提供者:TianSin
  1. interrupthook_src

    0下载:
  2. HOOK所有IDT表项,在GUI中记录IDT回调函数调用次数,并且查看中断信息-HOOK table of all IDT, IDT recorded in the GUI callback function to call the number, and view the disruption of information
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:27881
    • 提供者:michael
  1. SSDT_Unhook

    0下载:
  2. SSDT恢复源代码,恢复被挂钩的SSDT(系统服务调用函数表)-SSDT unhook sourcecode
  3. 所属分类:Driver Develop

    • 发布日期:2016-09-23
    • 文件大小:4376
    • 提供者:fd
  1. RING0INLINEHOOK

    0下载:
  2. RING0下的恢复所有模块导出函数的INLINE HOOK驱动-RING0 restore all modules under the derived functions INLINE HOOK-driven
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:28413
    • 提供者:franket
  1. InlineHookScan

    0下载:
  2. 驱动层搜索内连HOOK,查看SSDT中的内核函数的开头是否被内连HOOK-Search within driving layer with HOOK, see SSDT in the beginning of the kernel function is to be in with HOOK
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:345232
    • 提供者:王海
  1. ressdt2

    0下载:
  2. SSDT 恢复源码,如果你的SSDT表中的函数被hook,可用此代码恢复-SSDT restore source, if your SSDT table function is hook, this code can be used to restore
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:4754
    • 提供者:杨靖
  1. SSTDForVB

    0下载:
  2. SSDT HOOK VB实现源码,调用底层函数,实现的SSDT HOOK.适合VB研究驱动。-SSDT HOOK VB to achieve source, call the underlying function, to achieve the SSDT HOOK. For VB research-driven.
  3. 所属分类:Driver Develop

    • 发布日期:2014-05-27
    • 文件大小:49152
    • 提供者:林繁
  1. RESSDTEX

    0下载:
  2. reset 系统SSDT表,恢复被其他驱动hook修改的函数-SSDT table reset the system, restore the hook to modify the function of other drivers
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:2032765
    • 提供者:lin
  1. SSDT-Hook-Driver-and-mfc-interface

    0下载:
  2. HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-27
    • 文件大小:11135059
    • 提供者:yangzhe
  1. src

    1下载:
  2. Hook IopCreateFile,重要的函数HOOK。-The Hook IopCreateFile, an important function HOOK.
  3. 所属分类:驱动编程

    • 发布日期:2013-09-10
    • 文件大小:82967
    • 提供者:李小玲
  1. KernelLoader_sys

    0下载:
  2. hook KiFastCannEntry函数实现重载内核。-The hook KiFastCannEntry function overloaded kernel.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-08
    • 文件大小:8200658
    • 提供者:王鹏超
« 12 »
搜珍网 www.dssz.com