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

搜索资源列表

  1. irqs

    0下载:
  2. 描述了如何使user-mode的应用程序能进入kernel 的地址空间,并且在GDT中调用一个门调用描述符,同时不需要使用驱动。文章解释了如何在32位的处理器中进行虚拟地址到物理地址的转换,同时又描述了user-mode的应用程序如何能够找出其被分配的虚拟地址表示形式在物理地址中的位置。 这个例子程序在我的机器上做过彻底的测试,是windows XP SP2 ---- 它运行的很好而且似乎没有一点问题。-described how user-mode applications can ac
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:20.23kb
    • 提供者:陈东升
  1. 毕业论文_Windows下取证研究

    0下载:
  2. 论文从计算机取证角度出发,详细研究操作系统内核、入侵与反入侵策略、网络监测技术、系统分析技术等。用软件工程的方法,设计实现适合于Windows NT/2000/XP操作系统下的计算机取证软件-papers from the perspective of Computer Forensics, a detailed study operating system kernel, the invasion and the anti-invasion strategy, network monitori
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:645.63kb
    • 提供者:成才
  1. anti-ssdt

    0下载:
  2. Windows XP是通过sysenter调用KiFastCallEntry将ntdll.dll的调用切换到内核的。KiFastCallEntry的原理是通过在SSDT中查找函数地址跳转。所以只要伪造一张原始SSDT,就可以使得SSDT-HOOK无效了。-Windows XP by calling KiFastCallEntry sysenter ntdll.dll call will switch to the kernel. KiFastCallEntry SSDT principle i
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:4.75kb
    • 提供者:何耀彬
  1. bochs-20081123.tar

    0下载:
  2. Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3.74mb
    • 提供者:simba Jiang
  1. PSLib

    0下载:
  2. Completely hide a process on Windows NT, 2000, XP SP2 in Visual Basic 6! This project uses a kernel driver, for which the source is also included.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:36.4kb
    • 提供者:MoDs
  1. UserPort

    0下载:
  2. Win2K/XP下直接读取并口、串口等IO-kernel mode driver for Windows NT/2000 that gives usermode programs access to I/O Ports.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:49.49kb
    • 提供者:cookey
  1. PGP.Corporation.PGP.SDK.v3.7.2.ccrun.044998

    0下载:
  2. PGP SDK 包括大范围的标准加密、数字签名和编解码技术,以及各种网络安全协议执行程序。PGP SDK为开发人员提供同其他PGP产品核心相同的核加密功能。 PGP SDK技术说明:PGP SDK是我们的加密和密钥管理库的C接口,支持以下平台: · Windows 98, Millennium (ME), NT, 2000, and XP · Mac OS X · Linux x86 with 2.0.x kernel or later · Sun Solaris
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:13.39mb
    • 提供者:guangmingniu
  1. ICOP_Vortex86_50genWindowsCE

    0下载:
  2. 下面一步一步引导如何使用ICOP_Vortex86_50 BSP 包生成,定制,编译,下载Windows CE 5.0 内核镜像. 开发机安装 Windows XP 专业版以及最新补丁. 目标机采用 eBoxII. 两台机器用HUB 连接 到局域网,并用DHCP 服务器自动分配IP 地址.-The following step-by-step guide how to use the package ICOP_Vortex86_50 BSP generation, customiza
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2.55mb
    • 提供者:季小虎
  1. DriverFirewall

    0下载:
  2. 一个支持 windows xp 的驱动防火墙的源代码,用来监视系统内核驱动的加载。-Windows xp driver to support a firewall source code, used to monitor the loading of kernel drivers.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:1.35kb
    • 提供者:ARA
  1. kernel.sockets.module

    0下载:
  2. KernelSocketsModule is intended to provide the simple common network programming interface in kernel mode without dependence on target operating system. On Windows XP and Windows Server 2003 it uses TDI-implementation, on Windows Vista, Windows Serve
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:42.24kb
    • 提供者:villy
  1. WindowsInternals

    0下载:
  2. 详细介绍了Windows系列操作系统的内核编程和操作系统的内部架构级运行机制。-The premier guide to the Windows kernel now covers Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensions. Get the architectural perspectives and insider insights needed to unlock the po
  3. 所属分类:OS Develop

    • 发布日期:2017-05-28
    • 文件大小:10.47mb
    • 提供者:闫煜
  1. Prentice-Hall---The-Windows-2000-Device-Driver-Bo

    0下载:
  2. A good introduction to writing device drivers for Windows (even if the book is targeted towards Windows 2000, most kernel programming lessons still apply for the current Windows operating systems: XP, Vista and 7).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:607.8kb
    • 提供者:silvia.stegaru
  1. Beeper

    0下载:
  2. 汇编语言编写的能使计算机内喇叭发声的程序。在Windows内核环境中运行-A program: make computer speaker beep, run in windows Xp kernel
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3.51kb
    • 提供者:rengood
  1. easyhook-71015

    0下载:
  2. EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:1.7mb
    • 提供者:l
  1. App-kernel-soft

    0下载:
  2. 本源码学习要点:普通应用程序如何与内核驱动通讯。 主要功能:实现了禁止打开某个程序和禁止非法关闭某个程序。 注意事项:本程序只在Windows XP下测试过。-The source learning points: how applications communicate with the kernel driver. Main features: Do not open a program and the prohibition of illegal closure of a prog
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-13
    • 文件大小:2.19mb
    • 提供者:优酸乳
  1. App-kernel-soft

    0下载:
  2. 本源码学习要点:普通应用程序如何与内核驱动通讯。 主要功能:实现了禁止打开某个程序和禁止非法关闭某个程序。 注意事项:本程序只在Windows XP下测试过。-The source learning points: how applications communicate with the kernel driver. Main features: Do not open a program and the prohibition of illegal closure of a prog
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:73.54kb
    • 提供者:优酸乳
  1. BSODHack

    0下载:
  2. This program is compatible ONLY with Windows XP Service Pack 2, with the latest updates installed. Should work with or without KB929338. BSOD message text changing is not as guaranteed to work as the colour changing, because the addresses differ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:27.61kb
    • 提供者:animatorix
  1. terminate-kernel-process

    0下载:
  2. The source code of the program, showing an example of forced completion of all processes, including anti-virus Kaspersky, Agnitum, etc., using the driver PsTerminateProcess feature in Windows 2000, 2003, XP, Vista, 7, 8.
  3. 所属分类:File Operate

    • 发布日期:2017-05-04
    • 文件大小:88.59kb
    • 提供者:denis7656
  1. softice4.2.7

    0下载:
  2. SoftICE is a kernel mode debugger for Microsoft Windows up to Windows XP. Crucially, it is designed to run underneath Windows such that the operating system is unaware of its presence. Unlike an application debugger, SoftICE is capable of suspending
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-02
    • 文件大小:2.88mb
    • 提供者:horsti
  1. Windows-Kernel-Explorer-master

    3下载:
  2. Windows Kernel Explorer (you can simply call it as "WKE") is a free but powerful Windows kernel research tool. It supports from Windows XP to Windows 10, 32-bit and 64-bit. Compare to popular tools (such as WIN64AST and PCHunter), WKE is a
  3. 所属分类:其他

    • 发布日期:2020-04-27
    • 文件大小:19.68mb
    • 提供者:Duong Nguyen
« 12 »
搜珍网 www.dssz.com