Decrypt CIA/3DS roms in UNIX environments (Linux and macOS)
Go to file
2022-03-27 14:02:30 +02:00
cia-unix.cr automatic dependencies download added 2022-03-27 14:02:30 +02:00
decrypt.py source code 2022-02-21 16:04:29 +01:00
dltools.sh automatic dependencies download added 2022-03-27 14:02:30 +02:00
LICENSE Initial commit 2022-02-21 16:00:16 +01:00
README.md added .3ds support 2022-02-23 18:01:51 +01:00

cia-unix

Decrypt CIA roms in UNIX environments 🪐

Requirements

  • Python 2.7
  • PyCrypto
cia-unix/
├─ cia-unix
├─ decrypt.py
├─ ctrtool
├─ makerom
└─ Encrypted Game.cia

ctrtool and makerom can be downloaded with dltools.sh

📋 Roadmap

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

Build from source

Youll need the Crystal compiler

crystal build cia-unix.cr --release

Dependencies can be compiled with makerom and ctrtool make files

Contributors

ctrtool and makerom are from 3DSGuy repository

AdawareDeveloper contributed translating the windows-only version