搜索资源列表

  1. SSDTHook

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

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:sdlylz
  1. NtShell

    0下载:
  2. 很好的远程控制源代码,服务端带感染,ring0级进程控制,屏幕传输采用XOR和隔行扫描两种算法 Visual C++6.0,WINXP SP2编译通过-Very good remote control of source code, client services with infection, ring0-class process control, the screen transmission using XOR and tw
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:208896
    • 提供者:东南
  1. getRing0

    0下载:
  2. Windows NT/2000/XP/Server 2003 获取Ring0的便捷工具 程序创建了几个段: IDT,GDT,SSDT,Linear 为创建Ring3,Ring0之间的互交便捷-Windows NT/2000/XP/Server 2003 to obtain a convenient tool Ring0 program to create a few paragraphs: IDT, GDT, SSDT, L
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:peacekeep
  1. DaMousePrototypeB

    0下载:
  2. Ring0和Ring3下的Rootkit源代码。很棒。-Ring3 under Ring0 and Rootkit source code. Great.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:DNA
  1. EnumHideProcess

    0下载:
  2. 使用内核方法检测隐藏的进程,包括完整的ring0代码。-Use the kernel method to hide the process, including the complete code ring0.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:180224
    • 提供者:macro
  1. USBEncDec

    0下载:
  2. 一个内核开发的usb加密解密驱动,包括完整的ring0,ring3代码。-Development of a kernel usb drive encryption and decryption, including complete ring0, ring3 code.
  3. 所属分类:USB编程

    • 发布日期:2024-05-15
    • 文件大小:507904
    • 提供者:macro
  1. WinRing

    2下载:
  2. 直接进Ring0运行的DELPHI代码.不需要任何特权-Ring0 run directly into the DELPHI code. Does not require any special privileges
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:李句
  1. ntshell080726

    0下载:
  2. 这是一个免费开源的远程控制软件 功能特点: 提供CMDSHELL、文件管理、进程管理、端口代理(未完成)、屏幕捕获和一些其它功能。 用到了一些内核技术,包括活动进程链脱链(隐藏进程),与ICESWORD相同的进程强杀方 法(能杀掉一些杀毒软件的进程),Ring0打开文件(用于感染正在运行的可执行文件), 2000/xp下采用无驱Ring0 同时支持正向连接和反向连接,服务端和控制端均可接受管理多个连接 -Th
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:804864
    • 提供者:方启
  1. WinIo

    0下载:
  2. 该源码提供了windows驱动程序的实现方法,通过调用该驱动程序winio可以让你的应用程序直接进入ring0级操作端口和物理内存,并附含了VC和VB使用示例等,驱动程序采用VC编程,适用Windows98/2000/xp -The source provides a windows driver realize method, by calling the driver winio can make your application
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:190464
    • 提供者:qinlei
  1. r0code

    0下载:
  2. 在delphi中实现让ring3的程序运行在ring0-In delphi to achieve so that the program runs ring3 in ring0
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:18432
    • 提供者:pp
  1. vxd

    0下载:
  2. 用VC6.0集成环境快速开发VxD VxD (Virtual Device Driver), 即虚拟设备驱动程序, 是运行在处理器Ring0特权级别的驱动程序,可以执行任何处理器指令,访问机器中的任何数据寄存器。VxD被用作Windows 9x系统和物理设备之间的接口,扩展了WINDOWS 系统的核心服务,能够访问和控制实际的硬件环境。-Using VC6.0 integrated environment for rapid
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:DIVE
  1. RegDriver

    0下载:
  2. Ring0级操作注册表!在驱动开发中,经常会用到对注册表的操作,与Win32的API不同,DDK提供另外一套对注册表操作的相关函数,本代码给出了内核模式下对注册表的所有操作实例!-Ring0 registry class operation! At driver development, often used for the operation of the registry with Win32' s API different
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:隔夜茶
  1. ring0

    0下载:
  2. What IS TRing0? TRing0 is a system level component that gives Delphi program access to system ressources like IO ports, Model Specific Registers (MSR) etc. Normally these ressources cannot be accessed directly by appli
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:14336
    • 提供者:YOUGLE
  1. ProcessMonitor

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

    • 发布日期:2024-05-15
    • 文件大小:75776
    • 提供者:goodone
  1. Ring0Attack360

    0下载:
  2. ring0突破360自我保护 一个不错的代码,可以学习-ring0 attack 360 you can study
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:412672
    • 提供者:小小
  1. RestoreShadow

    1下载:
  2. Ring0下恢复SSDT Shadow。-Restore SSDT Shadow.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:19456
    • 提供者:ldf
  1. cvbcvbcv

    0下载:
  2. DELPHI 无驱动进入RING0层 DELPHI-free drive into the layer RING0-DELPHI-free drive into the layer RING0
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:21504
    • 提供者:SEOUSEO
  1. SupperHidder

    0下载:
  2. 原创!采用ring0技术隐藏进程,与杀毒软件同一级别-Original! Ring0 technology used to hide processes, with the same level of antivirus software
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1166336
    • 提供者:huanghe
  1. Win_proc_list

    0下载:
  2. Source windows ring0 programming example1
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:41984
    • 提供者:rambo777
  1. Win_proc_list_3

    0下载:
  2. Source windows ring0 programming example3
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:rambo777
« 1 2 34 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org