Frida Docs Unified
    Preparing search index...

    Interface RangeDetails

    interface RangeDetails {
        base: NativePointer;
        file?: FileMapping;
        protection: string;
        size: number;
    }
    Index

    Properties

    Base address.

    File mapping details, if available.

    protection: string

    Protection.

    size: number

    Size in bytes.