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: 6 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T13:36:19.000Z (about 3 years ago)
- Last Synced: 2025-02-01T14:31:30.598Z (8 months 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.