CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hook kernel

搜索资源列表

  1. NdisHookDrv

    0下载:
  2. 一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-an interception network packet driver. It DDK documentation is NDIS Intermediate Driver, through HOOK kernel NDIS API to achieve. Norton also heard that the use of this method is to
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:273.06kb
    • 提供者:helwjh
  1. hook-linux.rar

    1下载:
  2. Linux 2.6 内核下劫持系统调用,代码比较简单,还是可以参考参考的。,Linux 2.6 kernel system call hijacking, the code is relatively simple, or can refer to as a reference.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-30
    • 文件大小:36.91kb
    • 提供者:dengke
  1. SSDT-hook

    0下载:
  2. Windows内核态SSDT-hook实现进程隐藏和文件隐藏,代码很规整,学习内核编程的好例子 -a good example of studying kernel programing or driver developing, SSDT hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:4.52kb
    • 提供者:goodone
  1. antihook_src

    0下载:
  2. 创建一个内核驱动,伪造一个ssdt表,使得ssdt钩子失效。-Create a kernel driver, forged a ssdt table, making failure ssdt hook.
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:71.03kb
    • 提供者:john smith
  1. DiskMon

    0下载:
  2. DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上 该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写, 很容易就可以搞个什么 基于Disk的 -DiskMon only run on NT4 load on the drive, more than W2k platform in i
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:7.56kb
    • 提供者:sldfl
  1. KernelHook

    0下载:
  2. Example of kernel hook (MS Visual Studio 2005) of system call NtOpenProcess to prevent opening process from user mode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:5.34kb
    • 提供者:Spec8472
  1. kernel.txt.tar

    0下载:
  2. Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to pre
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:9.59kb
    • 提供者:gto
  1. Hook

    0下载:
  2. 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:14.48kb
    • 提供者:lee
  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
    • 文件大小:337.14kb
    • 提供者:王海
  1. kernel-Inline-Hook-word-doc

    0下载:
  2. kernel Inline Hook word doc 详谈内核三步走Inline Hook实现-kernel Inline Hook word doc go into the details to achieve core three-step Inline Hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:25.49kb
    • 提供者:jpinglove
  1. VB-Del-Kernel-Hook

    1下载:
  2. VB恢复内核钩子的一个示例工程文件。可以调试。-VB restore a core sample project file hook. For debugging.
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:13kb
    • 提供者:蓝云
  1. Linux-Network-Kernel-Stack

    0下载:
  2. Linux网络核心堆栈。本文讨论模块编写者如何利用Netfilter hook 来实现任意目的以及如何将将网络通信在基于Libpcap 的应用程序中隐藏。-Linux core of the network stack. This article discusses how to use Netfilter hook module writers to achieve any purpose and how the network communications applications base
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:220.38kb
    • 提供者:wk
  1. VCPP-driver-Hook-kernel-system-call

    0下载:
  2. VC++ 驱动层Hook系统内核调用 VC++ driver Hook kernel system call VC++ driver Hook kernel system ca-VC++ driver Hook kernel system call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:76.05kb
    • 提供者:刘杰
  1. hook-kernel-tut-1

    0下载:
  2. hook kernel tut 1, code in c++, build with wdk
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:7.65kb
    • 提供者:nguyen thiet
  1. hook-kernel-tut-2

    0下载:
  2. hook kernel tut 2, code in c++, build with wdk
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:10.85kb
    • 提供者:nguyen thiet
  1. hook-kernel-tut-4

    0下载:
  2. hook kernel tut 4, code in c++, build with wdk
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:16.6kb
    • 提供者:nguyen thiet
  1. hook-kernel-tut-5

    0下载:
  2. hook kernel tut 5, code in c++, build with wdk
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:20.67kb
    • 提供者:nguyen thiet
  1. hook-kernel-tut-3

    0下载:
  2. hook kernel tut 3, code in c++, build with wdk
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:15.92kb
    • 提供者:nguyen thiet
  1. Kernel Inline Hook

    0下载:
  2. 目前流行和成熟的kernel inline hook技术就是修改内核函数的opcode,通过写入jmp或 push ret等指令跳转到新的内核函数中,从而达到修改或过滤的功能。这些技术的共同点 就是都会覆盖原有的指令,这样很容易在函数中通过查找jmp,push ret等指令来查出来, 因此这种inline hook方式不够隐蔽。本文将使用一种高级inline hook技术来实现更隐蔽的 inline hoo技术(Currently popular and mature kernel in
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:32kb
    • 提供者:xiami001
  1. HOOK graphics driver_

    3下载:
  2. hook d3d显卡驱动源码,内核驱动hook(hook D3D graphics driver source code, kernel driven hook)
  3. 所属分类:DirextX编程

    • 发布日期:2020-02-12
    • 文件大小:313kb
    • 提供者:revolt
« 12 3 4 5 6 »
搜珍网 www.dssz.com