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

搜索资源列表

  1. liyao_ucos1

    0下载:
  2. 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:80.17kb
    • 提供者:许之敏
  1. ffuart.tar

    0下载:
  2. In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:41.93kb
    • 提供者:梁志聪
  1. hookX

    0下载:
  2. 驱动层Hook系统内核调用的,拦截对进程的操作的源码,提供7步tutorial,步步为营,教学驱动编程的绝好样例-Hook-driven system kernel called the interception of the process of operation of the source. provide seven-step tutorial and step-by-step business, teaching driven programming excellent example
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:246.01kb
    • 提供者:诚然
  1. IPFilter_DDK

    0下载:
  2. 基于内核驱动的IP包过滤程序示例代码(一). 该代码是个测试程序,调用驱动实现包过滤. 驱动源码将在下期上载.-based on the kernel-driven IP packet filtering procedure code examples (1). The code is a test procedure Call Drive packet filtering. Driver source code will appear in the next issue availab
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:38.18kb
    • 提供者:铭星
  1. pci驱动程序(平面光栅)

    0下载:
  2. 个人根据海德汉平面光栅Windows下的程序编写得Linux下的驱动程去源码,在Linux实时内核下使用,部分驱动内容需要RTAI不定才能使用!-individuals under HEIDENHAIN plane grating Windows programmers in the Linux source code to drive way in the Linux kernel using real-time, part-driven content RTAI volatility can
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:52.7kb
    • 提供者:张sir
  1. LoadNTDriver

    0下载:
  2. windows下加载驱动*.sys的源代码,经过VC6.0和DDK调试,可以正常使用,包内还有可以用来测试的SYS文件-windows under load*. sys driver source code, after VC6.0 and DDK debugger can be used normally have bag can be used to test the SYS file
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:6.5kb
    • 提供者:隔夜茶
  1. Windows_Kernel_Security_Programme

    3下载:
  2. 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.95mb
    • 提供者:lq7972
  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. file_encrypt_decrypt

    0下载:
  2. 《寒江独钓——Windows内核安全编程》中文件系统透明加解密一章所对应的源代码,对于指定的进程所对应的文件进行加解密-" Trees and fishing alone- Windows kernel security programming" in the file system transparently encrypt and decrypt a chapter corresponding source code, for the process specified
  3. 所属分类:驱动编程

    • 发布日期:2013-03-29
    • 文件大小:607.51kb
    • 提供者:张英霞
  1. linux-0.11

    0下载:
  2. linux最原始最精致的内核源码,对于想进入linux世界的新手来说是个不错的入门点。-linux kernel source code.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:123.28kb
    • 提供者:jiangshan
  1. delphi_PspTerminateProcess

    0下载:
  2. delphi版内核调用PspTerminateProcess杀进程源码,在ring3下搜索PspTerminateProcess地址,传给ring0,然后在ring0下调用。-delphi kernel call PspTerminateProcess kill the process, source code, in the next ring3 search PspTerminateProcess address, passed ring0, and then ring0 invoked.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:12.6kb
    • 提供者:9908006
  1. Rootkit

    0下载:
  2. 这是内核有名的irphook的源码 ,大家可以自己测试,功能不错啊 -This is a well-known irphook the kernel source code, we can test its own functions well ah
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:2.38kb
    • 提供者:王金国
  1. phunter

    0下载:
  2. Open Source Utility for detecting hidden processes that is working in the kernel and have more than 12 ways for detecting hidden processes, actual engine written in C and the user interface & some other stuff written in Delphi.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:557.75kb
    • 提供者:__Genius__
  1. win-kernel-programming-code

    0下载:
  2. 寒江独钓-Windows内核安全编程所有源代码-Painting by all-Windows kernel security programming source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1.05mb
    • 提供者:曹振
  1. vmkernel.tar

    0下载:
  2. VMware ESX Server Kernel source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-21
    • 文件大小:1.89mb
    • 提供者:PP
  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. monixit

    0下载:
  2. 易语言实现windows内核源码,实现内核调用,强大的很-Easy language windows kernel source code to achieve the kernel calls, very powerful ...
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:137.98kb
    • 提供者:Gamelink
  1. [3-4]SSDTHookUnhook

    1下载:
  2. C++下64位系统的HOOK SSDT内核源码 VS2013 wdk8.1编辑-C++ 64-bit system HOOK SSDT kernel source VS2013 wdk8.1 editor
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-05
    • 文件大小:338.19kb
    • 提供者:小俊
  1. Windows内核源码详尽分析

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

    • 发布日期:2020-10-17
    • 文件大小:974kb
    • 提供者:akimoto000
« 12 3 »
搜珍网 www.dssz.com