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

搜索资源列表

  1. WinIo

    0下载:
  2. 通过底层各个设备的端口调用系统资源,并附有vc和vb的代码-The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:8600717
    • 提供者:葛子玄
  1. PCI_SerialPortCard

    0下载:
  2. 利用oriverstudio和visulae++设计出基于windows的多串口卡设备驱动程序 分 析了Linux内核及其与设备驱动程序的关系,根据Linux设备驱动的结构提出了 Linux设备驱动程序具体的设计和实现流程。保证了多串口卡能应用于多操作系统。 -Use oriverstudio and visulae++ to design windows based multiport serial card device driver analysis of Linux ker
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:4986394
    • 提供者:j-wu06
  1. SSDT--11

    0下载:
  2. SSDT的全稱是System Services Descr iptor Table,系統服務描述符表。這個表就是一個把ring3的Win32 API和ring0的內核API聯繫起來。SSDT並不僅僅只包含一個龐大的位址索引表,它還包含著一些其他有用的資訊,諸如位址索引的基底位址、服務函數個數等。   通過修改此表的函數位址可以對常用windows函數及API進行hook,從而實現對一些關心的系統動作進行過濾、監控的目的。一些HIPS、防毒軟體、系統監控、註冊表監控軟體往往會採用此介面來實現自
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:336235
    • 提供者:小明
  1. yundaimabianjik

    0下载:
  2. 语言YunCodeEditor.fne支持库中文名为易语言云的代码编辑器支持库,本易语言支持库为易语言编程软件提供了接口的支持。封装了PfxEdit控件,用于实现代码编辑时的语法高亮等功能,支持中文关键字。 易语言YunCodeEditor.fne支持库为一般支持库,需要易系统3.6版本的支持,需要系统核心支持库3.7版本的支持,提供了5种库定义数据类型,提供了61种命令。 易语言云的代码编辑器支持库为易语言第三方支持库。 操作系统需求: Windows -Chinese lan
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:182066
    • 提供者:王明
  1. PB_IE

    0下载:
  2. pb写的IE浏览器,调用windows iE内核-pb wrote the IE browser, the kernel calls windows iE
  3. 所属分类:Browser Client

    • 发布日期:2017-04-04
    • 文件大小:114795
    • 提供者:大胡
  1. smartcrd_driver_example

    0下载:
  2. The PCMCIA Smart Card Driver is used for the SCM PCMCIA smart card reader. This driver is written using Kernel-Mode Driver Framework. This driver implements Plug and Play and Power Management and is compliant with 64-bit versions of Microsoft&#
  3. 所属分类:SCM

  1. cgaty

    0下载:
  2. this a rootkit basic. it hook kernel windows : GDT table. it creates a back door.-this is a rootkit basic. it hook kernel windows : GDT table. it creates a back door.
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:68498
    • 提供者:quan
  1. hyperdbg_20100325

    0下载:
  2. HyperBDG 国外开源的使用VT(硬件虚拟化)技术的调试器的源码,C/C++语言开发。适合windows底层、调试器开发及内核开发者参考。-HyperBDG foreign use of open source VT (hardware virtualization) technology, the source debugger, C / C + + language development. Suitable for low-level windows, the debugger dev
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:197965
    • 提供者:高扬
  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. SI

    0下载:
  2. source insight打开wrk的插件-windows rescher kernel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:41026
    • 提供者:gaoyang
  1. liblinear-1.9

    0下载:
  2. 最新版的liblinear代码,可以再windows和linux上使用,liblinear弥补了libsvm的不足,非常适合处理变量数较大的样本数据,由于没有采用内核算法,计算效率非常高!-The latest version of liblinear code can then windows and linux, liblinear compensate for the deficiencies of the libsvm, very suitable for handling large
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:350498
    • 提供者:chenlei
  1. PatchGuard_3_Source_Code

    1下载:
  2. 过64位系统 PatchGuard The is just a showcase to decide whether EasyHook will be extended to kernel mode. The drivers will disable PatchGuard 2 and PatchGuard 3 on all current windows versions. I hope you enjoy exploring this special kind of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-25
    • 文件大小:84992
    • 提供者:wuying
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:Mica
  1. HVIEWER

    0下载:
  2. VC++简易的IE浏览器源码,支持快进、快退,支持重新载入(刷新),支持地址栏刷新,虽然有些粗糙,不过基本可以用啊,内核是基于Windows自带的IE,源码供大家参考学习-VC++ simple IE browser source code, support fast forward, rewind, and support to reload (refresh) in support of the address bar to refresh, although a bit rough, bu
  3. 所属分类:Browser Client

    • 发布日期:2017-03-30
    • 文件大小:26548
    • 提供者:fash13
  1. KsBinSword

    0下载:
  2. KsBinSword是一斩断黑手的利刃,它适用于Windows 2000/XP/2003操作系统,用于查探系统中的幕后黑手(木马后门)并作出处理,当然使用它需要用户有一些操作系统的知识。 KsBinSword内部功能是十分强大的。它有着自己的独创核心态进程管理方案、简洁而不失效率的网络防火墙、强大而稳定的文件过滤驱动、深入磁盘底层甚至穿透还原软件的磁盘微端口驱动。可能您也用过很多类似功能的软件,比如一些进程工具、端口工具,但是现在的系统级后门功能越来越强,一般都可轻而易举地隐藏进程、端口、注
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-15
    • 文件大小:3887638
    • 提供者:viki
  1. HVIEWER

    0下载:
  2. VC++简易的IE浏览器源码,支持快进、快退,支持重新载入(刷新),支持地址栏刷新,虽然有些粗糙,不过基本可以用啊,内核是基于Windows自带的IE,源码供大家参考学习。-VC++ simple IE browser source code, support fast forward, rewind, and support to reload (refresh) in support of the address bar to refresh, although a bit rough, b
  3. 所属分类:Browser Client

    • 发布日期:2017-04-01
    • 文件大小:29202
    • 提供者:张华
  1. com0com-2.2.2.0

    0下载:
  2. 可以用来进行串口调试,串口模拟,可以两个模拟串口进行通信,方便用来做软件调试。-The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license. You can create an unlimited number of virtual COM port pairs and use any p
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:185897
    • 提供者:zanjiangfeng
  1. neihecheck

    0下载:
  2. 用vb检查系统内核的模块及实例源码,只需点击一下按钮,即可检测出与内核相关的各个参数值。这是英文原版,此前发过一个中文版本的,可能是基于这个修改的,若要参考此前的,请点此处VB检测Windows系统内核的代码-Vb inspection system kernel module and example source code, just click a button, can be detected with the kernel parameter values. This is the or
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1959
    • 提供者:王洁
  1. Code1

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event object, key code segment kernel (critical area) explanation and the application in a multithreaded synchronization. Under Windows base
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40412
    • 提供者:lj
  1. kmdf

    0下载:
  2. kernel层的驱动,对windows开发具有很好的借鉴。-It is a driver on the kernel layer, which is a good sample for the windows development.
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-02
    • 文件大小:15077229
    • 提供者:乐乐
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 »
搜珍网 www.dssz.com