Location:
Search - asm mbr
Search list
Description: 一个MBR (硬盘主引导区)的汇编源代码.-A MBR (master boot hard disk area) a compilation of source code.
Platform: |
Size: 4096 |
Author: 姚聪 |
Hits:
Description: 硬盘主引导记录程序的功能是读出自举分区的BOOT程序,并把控制转移到分区BOOT程序。整个程序流程如下:
1 将本来读入到0:7C00H处的硬盘主引导记录程序移至0:61BH处;
⑵ 顺序读入四个分区表的自举标志,以找出自举分区,若找不到,转而执行INT18H的BOOT异常执行中断程序;
⑶ 找到自举分区后,检测该分区的系统标志,若为32位FAT表或16位FAT表但支持13号中断的扩展功能,就转到执行13号中断的41号功能调用进行安装检验,检验成功,就执行42号扩展读功能调用把BOOT区程序读入到内存0:7C00H处,成功,跳到第⑸步,若读失败或系统标志为其它,就调用13号中断的读扇区功能调用把BOOT读到0:7C00H;
⑷ 用13号中断的读扇区功能时,用两种方式分别进行5次试读。第一种方式是直接从自举分区的头扇区读入BOOT程序,若读成功,但结束标志不是55AA,则改用第二种方式,又如果用第一种方式试读五次均不成功,就改用第二种方式。若两种方式试读均失败,就转到出错处理程序;
⑸ 读入BOOT区程序成功,转至0:7C00H处执行BOOT程序。 -err
Platform: |
Size: 6144 |
Author: chen |
Hits:
Description: 这里主要是一个系统引导的MBR的一个汇编写的程序-Here is a system to guide the MBR of a compilation of written procedures
Platform: |
Size: 4096 |
Author: pro_kk |
Hits:
Description: 重新改写第一个引导扇区的内容。一个简单的病毒模型,包括加密解密部分-the program about the MBR..made by WIN32 asm
Platform: |
Size: 10240 |
Author: memecha |
Hits:
Description: 一个基于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-packaged executable form as a floppy disk image (ebrk.img) and as a CD-ROM ISO-9660 image (ebrk.iso).
Note that the ISO is bare-bones and does not contain a file system, only a boot sector. If you burn it to disc, it will for the most part appear to be a blank CD.
We ve also included the source for a very simple demonstration packet (demrsod2.asm), and a compiled binary file (demrsod2.bin) to be used with netcat ("nc-u").
Platform: |
Size: 80896 |
Author: 沙乐天 |
Hits:
Description: 基于nasm编译器写的简单的mbr引导代码,非常实用。-Nasm-based compiler, written in a simple mbr boot code, very useful.
Platform: |
Size: 1024 |
Author: 孟涛 |
Hits:
Description: 传说中的鬼影下载者根据此份源码修改而来的-Legendary ghost downloader According to the source were modified from the
Platform: |
Size: 156672 |
Author: 1656565 |
Hits:
Description: 为自己的操作系统临时写的一个MBR,以及写入MBR的程序-Operating system for their own temporary write an MBR, and written to the MBR process
Platform: |
Size: 5120 |
Author: sean hou |
Hits:
Description: mrb.asm - um simples exemplo de como o mbr funciona . Compile usando nasm . (mbr é o primeiro setor do disco ) usado na inicializaç ã o do sistema.
Platform: |
Size: 1024 |
Author: Fred Nora |
Hits: