Decrypt logs of the smik mobile apps
You need to have a Rust toolchain installed.
$ git clone https://github.com/PaulmannLighting/smik-mobile-app-log-decrypt.git
$ cd smik-mobile-app-log-decrypt
$ cargo build --release
The built binary can be found under target/release/smik-mobile-app-log-decrypt{,.exe}.
- Use
cargo fmt - Use
cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::cargo