|
File Scanner 1.0.0
A high-performance C++ malicious file scanner.
|
#include <chrono>#include <cstdint>#include <iostream>#include <string>#include "scanner/visibility.h"

Go to the source code of this file.
Classes | |
| struct | scanner::ScanResult |
| Holds the final statistics of a completed scan operation. More... | |
Namespaces | |
| namespace | scanner |
Functions | |
| SCANNER_API std::ostream & | scanner::operator<< (std::ostream &os, const ScanResult &result) |
| Overload for streaming a ScanResult to an output stream. | |