Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MemoryHashSignature

import type { MemoryHashSignature } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

A signature corresponding to memory page hashes.

interface MemoryHashSignature {
binaryFamily?: string;
detections?: Detection[];
}

§Properties

§
binaryFamily?: string
[src]

The binary family.

§
detections?: Detection[]
[src]

The list of memory hash detections contributing to the binary family match.