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

disk-accesses

  • 可在系统引导时工作的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

  • KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware.

    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 Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20. KVM is open source software.

    标签: virtualization Kernel-based for hardware

    上传时间: 2015-08-20

    上传用户:lijianyu172

  • 电子盘DEMO板程序

    电子盘DEMO板程序,请需要的参考,是M-SYSTEM公司的H3系列DISK

    标签: DEMO 电子盘 程序

    上传时间: 2014-11-23

    上传用户:924484786

  • 原版的FAT32手册,E文差的同志,呵呵... Microsoft Extensible Firmware Initiative FAT32 File System Specification

    原版的FAT32手册,E文差的同志,呵呵... Microsoft Extensible Firmware Initiative FAT32 File System Specification FAT: General Overview of On-Disk Format Version 1.03, December 6, 2000 Microsoft Corporation

    标签: Specification Extensible Initiative FAT

    上传时间: 2013-12-24

    上传用户:熊少锋

  • EFI(Extensible Firmware Interface)是下一代BIOS

    EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efiramdisk.zip:提供EFI平台下的RAM DISK的源码,使得计算机在EFI环境下,就能够把部分内存映像成为一个具体物理硬盘,加速文件的访问和操作。

    标签: Extensible Interface Firmware BIOS

    上传时间: 2013-12-26

    上传用户:pkkkkp

  • FAT文件系统源代码,,欢迎大家下载! 文件系统的功能如下: 1->采用C代码编程。 2->兼容FAT16文件系统

    FAT文件系统源代码,,欢迎大家下载! 文件系统的功能如下: 1->采用C代码编程。 2->兼容FAT16文件系统,支持256字节的长文件名,最大路径长度260个字节,符合标准Microsoft Longfilename specification; 3->移植于各种应用,只需编写sector读写两个函数,即可使用文件系统全部功能,包括打开文件,关闭文件,读文件,写文件,建立文件,删除文件,查找文件,列举DISK 下的文件,列举目录下的文件 5->支持同时打开多个文件,可打开最多254个文件; 6->可直接使用在MP3,MP4,digital camera手机应用开发中

    标签: FAT gt 文件系统 16

    上传时间: 2014-01-10

    上传用户:star_in_rain

  • 嵌入式linux的bsp

    嵌入式linux的bsp,支持powerpc系列cpu,包括网卡、CompactFLash、ATA disk boot 等驱程。

    标签: linux bsp 嵌入式

    上传时间: 2014-11-30

    上传用户:cazjing

  • 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法

    第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘操作单元DISK 2.4 热键单元POPUP 2.5 数据库交互单元DBASE 2.6 扩充内存单元EMS 2.7 扩展内存单元XMS 2.8 数学函数单元MATH 2.9 矩阵运算单元MATRIX 2.10 概率分布函数单元PROB 2.11 复数运算单元COMPLEX 第3章 实用程序 3.1 软锁驱动器程序 3.2 锁硬盘逻辑盘程序 3.3 稿纸打印程序 3.4 源程序列表程序 3.5 查找并替换程序 3.6 备份硬盘主引导扇区程序 3.7 四通-PC文本文件转换程序 3.8 SPT文件与BMP文件的双向转换程序 3.9 数据库卡片打印程序 3.10 BATCH文件转换为COM文件程序 3.11 机密文件的有效销毁程序 3.12 释放内存程序 附录1 源程序文件索引表 附录2 各种显示卡及其显示模态表

    标签: PASCAL TURBO 1.1 1.2

    上传时间: 2015-11-16

    上传用户:dengzb84

  • linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes

    linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you just want a rescue disk to have for emergencies,

    标签: bootdisk-howto filesystem describes diskettes

    上传时间: 2015-11-22

    上传用户:wanghui2438

  • This is the library for all storage drivers. It simplifies writing a storage driver by implementing

    This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.

    标签: storage implementing simplifies drivers

    上传时间: 2014-01-01

    上传用户:txfyddz