chanseokoh / cia-unix

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cia-unix

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

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

ctrtool, makerom and ctrdecrypt can be downloaded with dltools.sh

✅ Roadmap

  • Decrypt .cia
    • Games
    • Patch and DLCs
  • Decrypt .3ds
  • Rust decrypt.py rewrite (ctrdecrypt)

Warning

Decryption with cia-unix may fail, when it happens it is suggested to decrypt roms directly on the 3DS.

The old python 3 version can be found here.

⚡️ 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

About

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

License:Apache License 2.0


Languages

Language:Crystal 54.8%Language:Shell 45.2%