dca_interface
6.3.4
|
#include <malwaredb_classifier.h>
Malware database classifier class.
The classify function takes a given Malware object and returns the database classification result.
This can be either
Definition at line 39 of file malwaredb_classifier.h.
Public Member Functions | |
dca::FunctionResult | classify (const Hash &aHash, MalwareClassificationResults &malwareResults) const |
Performs the Malware classification and returns the results. More... | |
dca::LogLevel | setLogLevel (dca::LogLevel newLevel) |
Sets the logging level for the given class instance. The old value will be returned. More... | |
dca::FunctionResult dca_malware::MalwareDbClassifier::classify | ( | const Hash & | aHash, |
MalwareClassificationResults & | malwareResults | ||
) | const |
Performs the Malware classification and returns the results.
[in] | aHash | A Hash object created by using Malware::create() |
[out] | malwareResults | The classification results, containing all matched categories (if any) |
dca::LogLevel dca_malware::MalwareDbClassifier::setLogLevel | ( | dca::LogLevel | newLevel | ) |
Sets the logging level for the given class instance. The old value will be returned.
Usually the logging level is set to LOG_Notice.
[in] | newLevel | The new LogLevel the class instance should use for logging |