README updated

This commit is contained in:
shijimasoft 2022-02-21 20:08:39 +01:00
parent 84da162cd8
commit 76b68379cd

View File

@ -1,6 +1,6 @@
# cia-unix # cia-unix
*Decrypt CIA roms in a UNIX environment* 🪐 *Decrypt CIA roms in UNIX environments* 🪐
#### Requirements #### Requirements
* Python 2.7 * Python 2.7
@ -15,20 +15,19 @@ cia-unix/
└─ Encrypted Game.cia └─ Encrypted Game.cia
``` ```
## Contributors ## Contributors
ctrtool and makerom are from [*3DSGuy* repository](https://github.com/3DSGuy/Project_CTR) ctrtool and makerom are from [*3DSGuy* repository](https://github.com/3DSGuy/Project_CTR)
*[AdawareDeveloper](https://github.com/AdawareDeveloper)* contributed translating the [windows-only version](https://github.com/matiffeder/3DS-stuff/blob/master/Batch%20CIA%203DS%20Decryptor.bat) *[AdawareDeveloper](https://github.com/AdawareDeveloper)* contributed translating the [windows-only version](https://github.com/matiffeder/3DS-stuff/blob/master/Batch%20CIA%203DS%20Decryptor.bat)
## 📮 Roadmap ## 📋 Roadmap
- [x] Decrypt .cia - [x] Decrypt .cia
- [x] Games - [x] Games
- [x] Patch and DLCs - [x] Patch and DLCs
- [ ] Decrypt .3ds - [ ] Decrypt .3ds
- [ ] Rust 'decrypt.py' rewrite - [ ] Rust 'decrypt.py' rewrite
## Build from source ## ⚡️ Build from source
Youll need the [Crystal compiler](https://crystal-lang.org/install/) Youll need the [Crystal compiler](https://crystal-lang.org/install/)
`crystal build cia-unix.cr --release` `crystal build cia-unix.cr --release`