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

搜索资源列表

  1. windows-kernel--5

    0下载:
  2. 《windows 核心编程源码》是基于windows上的C++编程的经典书籍(windows核心)-" Windows core programming source code" is based on the windows of the classic C++ programming books (windows kernel)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:495073
    • 提供者:Flyfire
  1. IRP

    0下载:
  2. windows内核编程的必不可缺的文档!让你充分了解指令结构-the document of windows kernel programming ! Allows you to fully understand the command structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:72288
    • 提供者:sn
  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
    • 文件大小:4631
    • 提供者:goodone
  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
    • 文件大小:4865
    • 提供者:何耀彬
  1. InsideWindows2000

    1下载:
  2. Windows是Windows kernel的好书,Windows系统的工作原理及系统架构-Windows is the Windows kernel of a good book, Windows System working principle and system architecture
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2920791
    • 提供者:侯天
  1. Windows.Kernel.Internals.1

    0下载:
  2. 这是一本不错的学习Windows的书籍 很经典的英文版 -This is a good book to learn Windows classic English version
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:410446
    • 提供者:申阳
  1. windowskernel

    0下载:
  2. windows内核引导,北极星老大编写,很好很强大。-windows kernel guidance, Polaris boss prepared, very good very strong.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:52511
    • 提供者:梁海金
  1. DocumentedWinNtKernelAndSourceCode

    0下载:
  2. Documented Windows Nt Kernel And Source Code Html-Windows NT Kernel Documentation and all Source Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:40151745
    • 提供者:瘦马
  1. Windows

    1下载:
  2. 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。-This book is very familiar with the Windows application programming for the development of readers turn to drive. All o
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:362655
    • 提供者:路四方
  1. Windows(Kernel)

    0下载:
  2. Windows 内核编程,适合内核编程说明,方便入门-Windows kernel programming, suitable for core programming that facilitate the entry
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4774912
    • 提供者:lb
  1. kernel-2

    0下载:
  2. Windows内核安全编程-样章,写得很实际。-Windows kernel security programming- like chapters, very practical.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1656509
    • 提供者:张婴雄
  1. Windowscore

    0下载:
  2. windows核心编程源代码,学习windows内核编程最佳教程,经典代码。-windows core programming source code, learn from the best tutorial windows kernel programming, classic code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:556053
    • 提供者:zzf
  1. WindowsResearchKernel-WRK1.2

    0下载:
  2. WRK 1.2,windows内核源码,谁说windows不开源?-WRK 1.2, windows kernel source, who said windows did not open source? Haha
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12482858
    • 提供者:zgl
  1. Attacking-the-Windows-Kernel

    0下载:
  2. Attacking-the-Windows-Kernel附加windows内核资料-Attacking the WindowsKernel
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:273454
    • 提供者:任晓枫
  1. windows-Kernel-Program2

    0下载:
  2. 《windows核心编程》一书的源码,很经典的-windows Kernel program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:350900
    • 提供者:Thegr
  1. WINDOWS-Kernel-Programming

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-windows kernel programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:27277619
    • 提供者:zhangjun
  1. Windows Kernel Drivers fuzzer

    0下载:
  2. windows内核模糊测试的案例,使用的是IOCTL码进行测试的,里面有内联汇编,请在32位下测试(Windows kernel fuzzy test case, using IOCTL code for testing, there are inline compilation, please test in 32 place.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:276480
    • 提供者:Mick
  1. Windows内核源码详尽分析

    0下载:
  2. 根据内核源码的分析文档,word 文档.(windows kernel source analyze)
  3. 所属分类:驱动编程

    • 发布日期:2020-10-17
    • 文件大小:997376
    • 提供者:akimoto000
  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
    • 文件大小:20640768
    • 提供者:Duong Nguyen
  1. Windows Kernel Programming

    2下载:
  2. Windows Kernel Programming
  3. 所属分类:Windows编程

    • 发布日期:2021-01-22
    • 文件大小:5722112
    • 提供者:nvth198z
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com