Frida Docs Unified
    Preparing search index...

    Interface MemoryRange

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

    Properties

    Properties

    Base address.

    size: number

    Size in bytes.