虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

kernel-Mode

  • Workbench 2.5 风河的最新介绍

    Workbench 2.5 风河的最新介绍,发布会上的东西,Vx5-to-Vx6-Kernel-To-RTP.ppt,WB2.5-Vx5-to-Vx6-Migration-Workshop.ppt,new-feature.ppt

    标签: Workbench 2.5 风河

    上传时间: 2015-07-06

    上传用户:royzhangsz

  • This application note describes a method for developing block-oriented I/O device drivers for appli

    This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.

    标签: block-oriented application developing describes

    上传时间: 2015-07-07

    上传用户:kelimu

  • 可运行于linux平台的自组织网络协议

    可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码

    标签: linux 运行 自组织 网络协议

    上传时间: 2015-07-09

    上传用户:xwd2010

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    标签: Cryptographic Primitives generate Library

    上传时间: 2015-07-16

    上传用户:wqxstar

  • 三重DES加密

    三重DES加密,其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式

    标签: DES 加密

    上传时间: 2013-12-16

    上传用户:lanjisu111

  • 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly

    可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)

    标签: framework assembly RootKit small

    上传时间: 2014-01-02

    上传用户:gdgzhym

  • linux内核代码情景分析

    linux内核代码情景分析,分析了2.0版本的linux kernel,逐模块逐语句进行分析,讲解得比较详细

    标签: linux 内核 代码

    上传时间: 2015-08-12

    上传用户:66666

  • Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动

    Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试! Linux kernel 2.4 char device driver example.

    标签: Linux 2.4 内核 字符

    上传时间: 2015-08-22

    上传用户:liglechongchong

  • Linux环境下的Modbus驱动程序源码

    Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )

    标签: Modbus Linux 环境 源码

    上传时间: 2013-12-25

    上传用户:王楚楚

  • 本程序是一个module

    本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables

    标签: module 程序

    上传时间: 2014-01-02

    上传用户:windwolf2000