/cia-unix

Decrypt CIA/3DS roms in UNIX environments (Linux and macOS)

Primary LanguagePythonApache License 2.0Apache-2.0

cia-unix

Decrypt CIA roms in UNIX environments 🪐

Requirements

cia-unix/
├─ cia-unix
├─ decrypt.py
├─ ctrtool
├─ makerom
└─ Encrypted Game.cia

ctrtool, makerom and decrypt.py can be downloaded with dltools.sh

📋 Roadmap

  • Decrypt .cia
    • Games
    • Patch and DLCs
  • Decrypt .3ds
  • Rust/C++ 'decrypt.py' rewrite

⚡️ Build from source

You’ll need the Crystal compiler

crystal build cia-unix.cr --release --no-debug

Dependencies can be compiled with makerom and ctrtool make files

Contributors

ctrtool and makerom are from 3DSGuy repository

Adaware contributed translating the windows-only version