Frida Docs Unified
    Preparing search index...

    Interface KernelMemoryScanMatch

    interface KernelMemoryScanMatch {
        address: UInt64;
        size: number;
    }
    Index

    Properties

    Properties

    address: UInt64

    Memory address where a match was found.

    size: number

    Size of this match.