Command-line example
To scan all executables on a system, calculate the MD5 hash of each file, and export threat indicators for each file, the command-line would look as follows:
CylanceVCL.exe -k <key> -T2 -t -5 -p c:\
- -t - Export threat indicators for files convicted as malware
- -5 - Generate MD5 hashes for all files
- -p - Scan the path specified after this switch; in the above example, this is c:\