搜索资源列表
directrw
- 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading / preparation Sector / cluster, and the MBR, FA
cipancaozuoziliao
- 磁盘操作资料 MBR Date 自磁芯大战以来,病毒从DOS时代的病毒发展到WINDOS系统的病毒,从变形、加密到智能化现在的病毒是让人防不胜防,现在网络上病毒大肆泛滥,给人们带来的很大的危害,本人在此仅做抛砖引玉,介绍病毒的原理,希望大家共同研究交流。(本文参考了网络上的部分文章,并引用了部分内容。) 要学DOS下的病毒,首先你必须要学会或掌握汇编语言。DOS下病毒一般分为引导型病毒、文件型病毒、混合型病毒等。大部分病毒是感染COM和EXE文件,因此你必须了解COM文件和EX
RW_Disk_Sector
- 在XP\\2000环境实现对磁盘的绝对扇区的读写,主要包括对MBR的读写
FAT32specification
- 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。
Read_Write_MBR_VC.rar
- 读写磁盘主引导区(MBR)_VC 6.0++源代码,Read and write disk master boot sector (MBR) _VC 6.0++ Source code
eeyebootroot.zip
- 一个基于MBR的bootkit,主要功能是实现NDIS的后门技术,接受固定格式的数据包而实现主机红屏。,The eEye BootRootKit NDIS backdoor is a demonstration of boot-time Windows kernel subversion technology. The assembly source code (ebrk.asm) was written for use with MASM 6.11. It comes in pre-pac
hiddpt
- 自己编写的 MBR 主引导记录 硬盘读写 隐藏分区 激活隐藏 MBR读写、修改; 经过验证,在DOS下运行可以实现激活隐藏分区并进入隐藏分区操作系统。 前提是划分隐藏分区并装系统。-I have written the MBR of the hard disk read and write the master boot record MBR activate the hidden hidden partition read and write, modify been v
MBR
- MBR锁 可以用来上锁自己的硬盘,不让别人使用自己的电脑,有点危险性,注意备份。-MBR-lock can be used to lock your own hard drive, not allowing people to use their own computers, a little dangerous, pay attention to the backup.
rtree
- R-tree用于索引多维数据对象,利用数据对象间的相对位置建立最小边界矩形(MBR),可在此结构上完成高效查询算法如kNN与范围查询-R-tree Index for multi-dimensional data objects, using data objects between the relative position of the establishment of the minimum boundary rectangle (MBR), this structure can be c
MBR
- 硬盘的引导区mbr 锁定;没什么可描述的了吧-no
mbr
- 读取备份MBR,注意,你也可以修改,具有一定的危险性。-Read backup MBR
Read.Write.HardDisk.Mbr
- 读写硬盘Mbr 写入部分修改了硬盘的活动标志。所以最好在虚拟机使用。 没有修复部分 服药自己重建MBR。可以自己加一个 建议先读取在写入。-Read-write hard disk drive Mbr written part of the activities changed sign. So it is best to use the virtual machine. No part of taking their own repair rebuild MBR. You
ObjectHook-protect-MBR
- 用磁盘类驱动ObjectHook保护MBR-ObjectHook Protect MBR
MBR
- 详细讲解MBR,对于需要了解MBR的朋友很有帮助-failed to translate
MBR
- cpu的mbr模块,东南大学信息科学与工程学院coa课程设计 -mbr module of cpu
DiskInfo(MBR)
- 以十六进制形式显示硬盘第一扇区的数据(446B+ 64B+ 2B = MBR+DPT+Signature)-Displaying data of hard disk s first sector in hexadecimal format (446B+ 64B+ 2B = MBR+ DPT+ Signature)
MBR-read
- 读取磁盘MBR信息及扩展分区信息(包括CHS参数,LBA参数等)-Read the MBR message
EFI,UEFI和BIOS的区别,GPT分区和MBR分区的区别
- 通俗易懂的介绍EFI/UEFI,GPT/MBR区别,帮助了解硬件。(An easy-to-understand introduction of EFI/UEFI, GPT/MBR, to help understand the hardware.)
MBR硬盘锁
- 更改系统MBR主导!很危险!不要随便使用,也可以用于开机显示文字。(Change the system MBR dominating! It's dangerous! Do not use casually, or you can also use the boot to display text.)
命令行MBR写入程序
- 命令行MBR写入程序,使用C++编写,用于命令行写入MBR,无需确认,需要管理员权限