https://github.com/lighterowl/winxp-mbr
Windows XP Master Boot Record analysis
https://github.com/lighterowl/winxp-mbr
Last synced: about 2 months ago
JSON representation
Windows XP Master Boot Record analysis
- Host: GitHub
- URL: https://github.com/lighterowl/winxp-mbr
- Owner: lighterowl
- License: other
- Created: 2013-10-24T20:01:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T20:06:51.000Z (over 11 years ago)
- Last Synced: 2025-02-08T10:17:26.181Z (3 months ago)
- Language: Assembly
- Size: 109 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
winxp-mbr
=========This repository provides a disassembly of the Windows XP Master Boot Record.
The whole code has been disassembled by ndisasm, and then recreated in nasm
syntax. Exhaustive comments have been added in order to help with anybody who
might want to look a bit more into the boot process of this OS.Assembling the code provided here gives the same code as the original image,
saving for occasional differences in opcode encodings that have no significance
whatsoever.Only the MBR (e.g. the first sector of the boot disk) has been analyzed so far.
Analysis and disassembly of the active partition's first sector (which contains
the next stage of the bootloader, and is loaded by the MBR code) will appear
here sometime in the future.