mirror of
https://gitea.tendokyu.moe/beerpsi/icf-reader.git
synced 2024-11-27 17:00:48 +01:00
Read, edit, decrypt and encrypt install configuration files (ICFs)
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
icf-reader
Tools for decoding, decrypting and encrypting ICFs
Usage
icf-reader <PATH TO ICF>
icf-reader <decrypt | encrypt> <INPUT> <OUTPUT>
Encrypting the ICF will also correct CRC checksums, so worrying about the correct checksum is not needed.
Building
ICF_KEY=<key> ICF_IV=<iv> cargo build --release
ls target/release/icf-reader.exe