CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Windows Kernel

搜索资源列表

  1. GIAN

    0下载:
  2. 运行Kernel.exe(调用hehe.dll),此时您什么都没有看到。实际上程序已经在后台运行了!之后试着输入密码(网络、Windows登录等等),然后在Windows目录下查找password.wri 试着用WordPad.exe打开,你会发现密码记录。该程序演示了如何截获系统级的消息,并将消息过滤。仅保留密码部分。同时将截获的任何消息继续传递, 以便Windows系统正常运行。本程序仅仅是用来测试Windows操作系统的缺陷。提高您学VC的积极性,请勿用于非法目的。编程环境VC++
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46476
    • 提供者:fdsafaf
  1. kvm-9

    0下载:
  2. KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2046435
    • 提供者:翟钦风
  1. windowsKernelExperiment

    1下载:
  2. 《Windows内核实验教程》随书光盘源码,研究windows内核及驱动的-"Windows kernel experimental Guide" CD with the book source, research windows kernel and the driver
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:64451
    • 提供者:罗林
  1. svmlight-jnikernel-win32.tar

    0下载:
  2. JNI Kernel Extension for SVMlight的windows实现,可以直接在windows下使用
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:70600
    • 提供者:徐芬
  1. ReactOS-0.3.9-REL-src.zip

    0下载:
  2. react os操作系统源码,喜欢研究windows内核的朋友瞧瞧!,react os operating system source code, like the study of windows kernel' s friends look!
  3. 所属分类:OS Develop

    • 发布日期:2017-10-30
    • 文件大小:66509818
    • 提供者:hunger
  1. EOS

    0下载:
  2. EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。 与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。 -EOS is a major open-source operating system for
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:839110
    • 提供者:nexscorpio
  1. userkernelspace

    0下载:
  2. A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:harish
  1. windows_kernel

    0下载:
  2. 介绍windows系统资料,都是涉及windows内核的pdf文档。-Windows system introduced all the information related to windows kernel pdf documents.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4188010
    • 提供者:muzi
  1. NTFS_File_System_Kernel_Analysis_and_Database_Secu

    0下载:
  2. NTFS文件系统内核分析与数据安全,金山毒霸负责人撰写,对windows下NTFS文件系统做了详尽的介绍和解说-NTFS file system kernel analysis and data security, Duba write head, under the NTFS file system on the windows made a detailed introduction and commentary
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1808859
    • 提供者:EMMILY
  1. windows

    0下载:
  2. windows 从汇编到内核编程,很经典的书籍 -windows from the assembly to the kernel programming, classic books
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8716835
    • 提供者:niepengpeng
  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
    • 文件大小:10976086
    • 提供者:闫煜
  1. gsagfs

    0下载:
  2. 从汇编语言到Windows内核编程-From assembly language to the Windows kernel programming
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8716888
    • 提供者:陆扬
  1. guei

    0下载:
  2. 鬼影下载者代码This text is a quick introduction to the eEye BootRoot project and the eEye BootRootKit network kernel backdoor. For much more information, please refer to the slides -eEye BootRoot: A Basis for Bootstrap-Based Windows Kernel Code
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:82187
    • 提供者:qqq
  1. [from-assembly-to-windows-kernel]

    0下载:
  2. 从基本的windows程序与汇编指令出发,讲解了windows内核的编程,调试,阅读,以及自行探索的方法。读者在使用C/C++开发windows程序基础上,能掌握windows内核的基础编程-From basic windows programs starting with the assembly instructions to explain the windows kernel programming, debugging, reading, and explore their own w
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8715917
    • 提供者:jiangyanyan
  1. EOS

    0下载:
  2. EOS操作系统实验教程,EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。-Experimental EOS operating system tutoria
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2459199
    • 提供者:张明
  1. Beeper

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

    • 发布日期:2017-03-30
    • 文件大小:3594
    • 提供者:rengood
  1. DateTime

    0下载:
  2. 汇编语言编写的显示系统时间的程序。在Windows内核中运行。-A assemble source code, show system date time, run in windows kernel
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:5688
    • 提供者:rengood
  1. Windows-kernel-programming

    1下载:
  2. 天书夜读:从汇编语言到Windows内核编程,中文版-The hieroglyphics night read: from assembly language to the Windows kernel programming, the Chinese version
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8792543
    • 提供者:方某某
  1. saolei-gcc-mac

    0下载:
  2. 纯C语言mac系统下编写,并且终端编译显示的,扫雷小游戏,不比windows的差。可以用作ios开发内核-Written in pure C language and mac system and the terminal to compile display, minesweeping game, better than the windows of the poor. Can be used as ios development kernel
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:1769
    • 提供者:Telen
  1. subverting-the-windows-kernel

    0下载:
  2. Rootkits--Windows内核的安全防护,对windows内核开发有很大的帮助-Rootkits- Windows kernel security, a lot of windows kernel development
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1665964
    • 提供者:侯月源
« 12 »
搜珍网 www.dssz.com