代码搜索:13H

找到约 214 项符合「13H」的源代码

代码结果 214
www.eeworm.com/read/124498/14564614

txt 扩展int 13h调用规范.txt

硬盘结构简介 1. 硬盘参数释疑 到目前为止,人们常说的硬盘参数还是古老的 CHS (Cylinder/Head/Sector)参数。那么为什么要使用这些参数,它们的意义是什么?它们的取值范围是什么? 很久以前(long long ago ...),硬盘的容量还非常小的时候,人们采用与软盘类似的结构生产硬盘。也就是硬盘盘片的每一条磁道都具有相同的扇区数。由此产生了 ...
www.eeworm.com/read/283598/9002537

txt 解开硬盘逻辑死锁的一种有效方法.txt

解开硬盘逻辑死锁的一种有效方法 -------------------------------------------------------------------------------- 第八军团 时间:2003-7-30 11:10:02 一·序言 不知道你是否曾碰到过从软盘和硬盘都启动不了计算机的情形?一般计算机的硬盘分区表被病毒感染后
www.eeworm.com/read/283598/9002567

txt 编制偷盗号软件必看:一种可以穿透还原卡和还原软件的代码.txt

编制偷盗号软件必看:一种可以穿透还原卡和还原软件的代码 -------------------------------------------------------------------------------- 第八军团 时间:2003-12-16 12:05:35 还原卡和还原软件被广泛运用于各种公共场合的电脑上,比如学校机房和网吧。这些还原卡和还原软件(
www.eeworm.com/read/420348/10801159

txt c++.txt

chieu thu 6 13h on - tim kiem - sap xep - ham con - truyen tham so
www.eeworm.com/read/444676/7608809

asm mich.asm

; This is a disassembly of the much-hyped michelangelo virus. ; As you can see, it is a derivative of the Stoned virus. The ; junk bytes at the end of the file are probably throwbacks to ; the Sto
www.eeworm.com/read/444676/7609219

asm michael.asm

; This is a disassembly of the much-hyped michelangelo virus. ; As you can see, it is a derivative of the Stoned virus. The ; junk bytes at the end of the file are probably throwbacks to ; the S
www.eeworm.com/read/233085/14170083

txt 一种可以穿透还原卡和还原软件的代码.txt

还原卡和还原软件被广泛运用于各种公共场合的电脑上,比如学校机房和网吧。这些还原卡和还原软件(以下我简称为虚拟还原技术)能够记录下一切对硬盘的写操作,不论您对硬盘进行拷贝还是移动删除甚至是格式化分区等操作,只要一重新启动,一切都会恢复到这个操作之前的情况,因此有些虚拟还原厂商还会在广告词中加上一句“可以防范一切电脑病毒”。这种虚拟还原的方法在大部分时候的确可以对公共机房的电脑起到很好的保护作用,难道 ...
www.eeworm.com/read/126851/14397581

dat putboot.dat

N A:BOOT10G.MBR L 200 A MOV AX,0301 MOV BX,0200 MOV CX,0001 MOV DX,0080 INT 13H INT 20H G=100 Q
www.eeworm.com/read/119120/14838850

asm bootvirs.asm

Format Binary include 'int13e.inc' org 7C00H jmp begin rb 20H db 'ZHW ' begin: cli xor ax,ax mov ss,ax mov ax,7C00H mov sp,ax sti xor ax,ax mov es,ax push word [es:1
www.eeworm.com/read/119120/14838852

inc int13e.inc

struc DevAddrPacketStr { .Size db 10H ;16 bytes .Reserve0 db 0H .TransBlockNum db ? .Reserve1 db 0 .TransBufAddr dd ? .TransLBAAddr dq ? } ; structure definition helper mac