Nintendo DS / DSi homebrew that extracts ZIP archives from the SD card on the
device, with touchscreen password entry. pack.zip becomes pack/ beside it.
Built with BlocksDS and ArchitectDS.
Status: working. Finds archives, prompts per archive, extracts with optional password entry on the touchscreen.
Requires BlocksDS, the Wonderful Toolchain, ninja and Python 3. ArchitectDS is a submodule.
git clone --recurse-submodules https://github.com/loganturner/simple-decompresspython3 build.py- docs/spec.md — what it does, and what is still undecided
- docs/architecture.md — toolchain, build, module layout
- docs/minizip.md — the vendored ZIP reader and its decryption patch
MIT, see LICENSE. Vendored minizip retains its own zlib license.