aboutsummaryrefslogtreecommitdiffhomepage
path: root/qc_decrypt/README.md
blob: b43497572650974cedcf0fae6c154370edea3c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
NeuralDSP QuadCortex file decryptor.

Compile with `make` (requires gcc and openssl-dev installed), then pass the serial number found in `/etc/qc_sn` as command line argument:

```sh
./qc_decrypt QA00XXXXX /path/to/encrypted.json/cns/ldr/... > decrypted.dat
```

## License

This tool was made with ♥  by [Simone Margaritelli](https://www.evilsocket.net/) and it is released under the GPL 3 license.