CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - ring3 ring0

搜索资源列表

  1. SSDTHook

    0下载:
  2. 对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,在ring3直接调用OpenProcess再也毫无影响。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3631
    • 提供者:sdlylz
  1. user

    0下载:
  2. 用户态与内核态的通信,是windows内核的ring3与ring0 的通信
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7805
    • 提供者:Johnny
  1. r0code

    0下载:
  2. 在delphi中实现让ring3的程序运行在ring0
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18774
    • 提供者:pp
  1. asmvcring

    0下载:
  2. 这是一个汇编与VC结合的程序,在Ring3级获取Ring0级的操作,This is a compilation and VC combination of procedures, the Ring3 level access Ring0 class operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:2920
    • 提供者:
  1. Process Monitor

    1下载:
  2. 应用层与内核层相结合实现进程的监控,ring3 & ring0 ,主动防御的基础功能,代码清晰,学习的好材料-process monitor ,ring3 and ring0
  3. 所属分类:系统编程

    • 发布日期:2012-11-22
    • 文件大小:75984
    • 提供者:goodone
  1. rtl

    0下载:
  2. RTL special definitions for ring0 & ring3 in one header.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:8489
    • 提供者:Pudn4everFF
  1. Ring3RunRing0Code

    0下载:
  2. 无驱动Ring3执行Ring0层的代码,爱好安全的朋友值得研究研究-No driver Ring3 Executive Ring0 layer code, loving Hacker s friends, is worth studying the Code
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1764399
    • 提供者:黄文彬
  1. findhideprocess

    0下载:
  2. 检测隐藏进程,多个实例,从ring3到ring0都有,很好的参考资料-Detect hidden processes, multiple instances, from ring3 to ring0 have, a very good reference
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:807927
    • 提供者:wlf
  1. 725346DESPSample

    0下载:
  2. 好吧,这是个DES加密程序的源代码,但是解密似乎有点问题-Get 360 of the super powerful source code, the use of the Ring0? Or Ring3? Forget ... ... to write a long time ago ... ...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2152
    • 提供者:Kaspersky
  1. direct-IO-disk-

    0下载:
  2. 直接读写硬盘源代码,包含RING0和RING3代码 -Direct DISK to read and write the source code, including RING0 and RING3 code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:33252
    • 提供者:错误
  1. kssd-rootkit

    0下载:
  2. 看雪学院Rootkit学习,1.内核Hook:对于hook,从ring3有很多,ring3到ring0也有很多,根据api调用环节递进的顺序,在每一个环节都有hook的机会,可以有int 2e或者sysenter hook,ssdt hook,inline hook ,irp hook,object hook,idt hook-See snow Institute Rootkit learning, kernel Hook: hook from ring3 many, ring3 to ring
  3. 所属分类:Network Security

    • 发布日期:2017-11-10
    • 文件大小:1652841
    • 提供者:stars
  1. a

    0下载:
  2. The asm is to loader a ring3 dll from ring0,i think good!hope you too!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:9018
    • 提供者:loving
  1. ring0

    0下载:
  2. Intel的CPU将特权级别分为4个级别:RING0,RING1,RING2,RING3。Windows只使用其中的两个级别RING0和RING3,RING0只给操作系统用,RING3谁都能用。如果普通应用程序企图执行RING0指令,则Windows会显示“非法指令”错误信息。-Intel' s CPU privilege level will be divided into four levels: RING0, RING1, RING2, RING3. Windows uses onl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:4860
    • 提供者:仔仔
  1. srccode

    0下载:
  2. DeviceIoControl函数在ring0和ring3的交互示例 不用多说了吧-DeviceIoControl function in an interactive example ring0 and ring3 Needless to say it. . .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:14376
    • 提供者:玉涵
  1. rinp3_The

    0下载:
  2. Switch ring3 to ring0 从ring3切换到ring0的代码-The Switch ring3 to ring0 Switch ring3 to ring0 code
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:AYLtlbvp-3057
  1. cide

    0下载:
  2. The Switch ring3 to ring0 Switch ring3 to ring0 code-The Switch ring3 to ring0 Switch ring3 to ring0 code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:bltqgwz
搜珍网 www.dssz.com