A simple utility to decrypt and patch Gizmondo games to work with any SD card and Gizmondo running Service Pack B.
- Download the latest version from "Releases"
- Insert the SD card you want to decrypt into your PC
- Rename "autorun.exe" in SD root to something else e.g. "decrypt.exe"
- Copy "autorun.exe" from the downloaded release to the SD root
- Run the SD card on a Gizmondo device
Once the process completes, all executables in the SD root will have a decrypted copy with a ".out" extension.
The project includes a Dockerfile with a build environment for building Gizmondo executables. To build the project run:
podman build -t giz-decrypt .
podman run --rm -it -v ".:/workspace:Z" giz-decrypt
make