Python libraries for parsing Apple II disk images
Go to file
kris c66456a9e5 Initial support for reading .dsk images.
For each sector we compute a sha1 hash, and use this to recognie some common sector types (zero, common RWTS sectors)

Also compute the zlib compressibility of the sector as a way of estimating entropy, which might be useful in providing insight into whether it contains e.g. code or data.
2017-04-15 22:32:26 +01:00
src/apple2disk Initial support for reading .dsk images. 2017-04-15 22:32:26 +01:00
LICENSE Initial commit 2017-04-15 21:33:30 +01:00
README.md Initial commit 2017-04-15 21:33:30 +01:00

pyapple2disk

Python libraries for parsing Apple II disk images