Post #1039190
2026-04-09 10:25 UTC
Replies (4)
-
@voltagex@aus.social 2026-04-09 10:33
past Adam needs to keep more fucking notes. I know I have seen some of these patterns before. I need a search engine that just searches in hex bytes.
-
@kauer@aus.social 2026-04-09 10:42
@voltagex Does it mount OK?
-
@futzle@old.mermaid.town 2026-04-09 10:54
@voltagex It sorta repeats from 0x930, that’s 2352 bytes. Hmm. Does that repeat throughout? I thought it might be a packet capture format but it doesn’t really line up.
-
@abrasive@digipres.club 2026-04-09 11:53
@voltagex @futzle I hope this isn't telling you stuff you already know but for future reference - that's a raw 2352 bytes per sector dump, yes; the first 12 bytes are the sync header (00 ff ff ... ff 00) then there's a BCD timecode (00:02:00, first sector of the first track) and then the 01 indicates it's a Mode 1 ie. normal data track, with 2048 bytes of data I deal with this a lot, so here is bin2iso.py which lives on my PATH, use it as `python bin2iso.py thisfile.bin outfile.iso`