搜索资源列表
硬盘主引导扇区读写程序源代码(汇编)
- 硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改。-hard disk's master boot sector literacy program's source code can be used to read hard disk's master boot sector information may also make changes.
PandaMan Disk sector tools V1.0.0 Beta
- 编辑软盘和硬盘扇区的工具。你需要在纯DOS下运行,输入拄面号,盘片号,扇区号。目前还很不完善,使用时要小心。-editor floppy disk and hard disk sector tools. You need pure running under DOS, the importation prop surface, discs, No. sector. Currently it is very imperfect, and to be careful when using.
RSECTOR
- 用C调用汇编子程序读扇区数据并建立存储文件,将扇区数据用十六进制显示在屏幕上-C compilation subroutine call Sector Reading and the establishment of data stored documents, Sector Data will use hexadecimal display on the screen
A Boot Sector Virus
- 一个汇编病毒源代码-a compilation of the virus source code
tinix_os
- === ==== 关于本光盘 ========== \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根
FindBad
- 查找硬盘坏扇区并快速标出坏扇区 (FindBad v1.3)-you drive bad sector and the rapid deterioration marked Sector (FindBad v1.3)
CompressCurve
- 光栏法的基本思想是(图1):定义一个扇形区域,通过判断曲线上的点在扇形外还是在扇形内,确定保留还是舍去。-The basic idea of light field is (Figure 1): definition of a fan-shaped region, by determining the point on the curve outside the sector or sector, to identify the retained or discarded.
CompressCurve
- 光栏法的基本思想是(图1):定义一个扇形区域,通过判断曲线上的点在扇形外还是在扇形内,确定保留还是舍去。-The basic idea of light field is (Figure 1): definition of a fan-shaped region, by determining the point on the curve outside the sector or sector, to identify the retained or discarded.
smartcop.ZIP
- This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppi
twosvpwm
- SVPWM算法,包括扇区选择,矢量作用时间计算等-SVPWM algorithm, including the sector selection, vector calculation time
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
FAT32andNTFSsupportedcode
- 支持FAT32和NTFS的引导扇区源码,以汇编语言实现,可以在多平台环境下使用-Support for FAT32 and NTFS boot sector of the source code to assembly language to achieve, you can use multi-platform environment
boot
- 启动扇区,nasm 编译,在DOS下运行,载入loader.bin 突破512字节-Boot sector, nasm compile, run in DOS, loading loader.bin breakthrough 512 bytes
wuide_v4
- DOS的汇编语言程序, 模拟BIOS的硬盘光驱检测,并支持硬盘扇区读写以及保存特定扇区到文件。-hard/CD driver detect/identity Harddisk sector editor
bootsect
- 引导扇区源代码注释,用于描述系统的引导过程-Boot sector source code annotations, used to describe the system boot process
disklock
- 这个程序将使你的机器将不能从软盘启动,更不能从硬盘启动。而这个程序仅仅修改了你的硬盘的扩展DOS分区的首隐藏扇区。-This program will make your machine will not boot from a floppy disk, but can not boot from the hard disk. This procedure only changes to your hard drive extended DOS partition in the first hi
vi
- 病毒原理,分析防范技术介绍DOS病毒 引导区病毒 文件型病毒 混合型病毒 Windows病毒 VBS脚本病毒 宏病毒 网页病毒 Win32 PE病毒 -The virus theory, analysis techniques introduced to prevent DOS boot sector virus, file virus hybrid virus, virus, Windows virus VBS scr ipt virus macro vir
Monkey
- Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。只有当从有病毒的盘启动时,才能正常访问硬盘。-Monkey, the monkey transmission of the virus hard disk and floppy disk boot sector with a total length of 01F4H (500
read_write_absolute_sector_asm_source_code_compila
- asm绝对扇区读写的汇编源代码read and write absolute sector asm source code compilation-read and write absolute sector asm source code compilation
i
- 一个引导扇区程序代码,用nasm编译。。。可以用bochs软件模拟-A boot sector code, compiled with nasm. . . Bochs software simulation can be used. .