A small rust tool for storing malware on any system safely.
Samples are compressed using the snap compression algorithm and then base64 encoded and saved to a local file based database (in TOML format).
This is still a toy and may break occasionally. I will personally use it for my samples.
Large databases make the program slower as they have to be read to memory on each use.
``` USAGE: pcell [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-x, --export Lists all samples in database
```