https://github.com/gma/py-bootrecord
Decoding the bytes representing a disk's boot record
https://github.com/gma/py-bootrecord
boot-record mbr
Last synced: 10 months ago
JSON representation
Decoding the bytes representing a disk's boot record
- Host: GitHub
- URL: https://github.com/gma/py-bootrecord
- Owner: gma
- Created: 2022-09-30T13:28:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T13:36:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T09:46:48.420Z (over 1 year ago)
- Topics: boot-record, mbr
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
py-bootrecord
=============
A quick script that I wrote to help me decode the bytes on a disk's boot
record.
It's unfinished and a bit of a work in progress, but I thought it was
interesting enough to push it up to GitHub.