Interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Indicator.ProcessSignature.MemoryHashSignature.Detection
,Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder
- Enclosing class:
- Indicator.ProcessSignature.MemoryHashSignature
public static interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBinary
String getBinary()
The name of the binary associated with the memory hash signature detection.
string binary = 2;
- Returns:
- The binary.
-
getBinaryBytes
com.google.protobuf.ByteString getBinaryBytes()
The name of the binary associated with the memory hash signature detection.
string binary = 2;
- Returns:
- The bytes for binary.
-
getPercentPagesMatched
double getPercentPagesMatched()
The percentage of memory page hashes in the signature that were matched.
double percent_pages_matched = 3;
- Returns:
- The percentPagesMatched.
-
-