Frida Docs Unified
    Preparing search index...

    Interface MemoryScanMatch

    interface MemoryScanMatch {
        address: NativePointer;
        size: number;
    }
    Index

    Properties

    Properties

    address: NativePointer

    Memory address where a match was found.

    size: number

    Size of this match.