Interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.