public static interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBinary()
public abstract String getBinary()
The name of the binary associated with the memory hash signature detection.
string binary = 2;
Returns | |
---|---|
Type | Description |
String |
The binary. |
getBinaryBytes()
public abstract ByteString getBinaryBytes()
The name of the binary associated with the memory hash signature detection.
string binary = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for binary. |
getPercentPagesMatched()
public abstract double getPercentPagesMatched()
The percentage of memory page hashes in the signature that were matched.
double percent_pages_matched = 3;
Returns | |
---|---|
Type | Description |
double |
The percentPagesMatched. |