Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T13:36:19.000Z (about 2 years ago)
- Last Synced: 2023-04-10T08:57:34.934Z (over 1 year ago)
- Topics: boot-record, mbr
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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.