Frida Docs Unified
    Preparing search index...

    Interface MemoryAccessRange

    interface MemoryAccessRange {
        base: NativePointer;
        size: number;
    }
    Index

    Properties

    Properties

    Base address.

    size: number

    Size in bytes.