public static interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBinary()
The name of the binary associated with the memory hash
signature detection.
|
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, hasOneof
isInitialized
String getBinary()
The name of the binary associated with the memory hash signature detection.
string binary = 2;
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 © 2022 Google LLC. All rights reserved.