decrypt_truck 1.3.0

Decrypt your saves in the ATS and ETS 2 games with this quick little utility rewritten in Rust
Documentation
1
2
3
4
5
6
pub mod aes;
pub mod decode_utils;
pub mod file_operations;
pub mod file_type;
pub mod serialize;
pub mod zlib;