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

Detection

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

Memory hash detection contributing to the binary family match.

interface Detection {
binary?: string;
percentPagesMatched?: number;
}

§Properties

§
binary?: string
[src]

The name of the binary associated with the memory hash signature detection.

§
percentPagesMatched?: number
[src]

The percentage of memory page hashes in the signature that were matched.