public static interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBinary()
The name of the binary associated with the memory hash
signature detection.
|
com.google.protobuf.ByteString |
getBinaryBytes()
The name of the binary associated with the memory hash
signature detection.
|
double |
getPercentPagesMatched()
The percentage of memory page hashes in the signature
that were matched.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBinary()
The name of the binary associated with the memory hash signature detection.
string binary = 2;com.google.protobuf.ByteString getBinaryBytes()
The name of the binary associated with the memory hash signature detection.
string binary = 2;double getPercentPagesMatched()
The percentage of memory page hashes in the signature that were matched.
double percent_pages_matched = 3;Copyright © 2023 Google LLC. All rights reserved.