Frida Docs Unified
    Preparing search index...

    Interface KernelRangeDetails

    interface KernelRangeDetails {
        base: UInt64;
        protection: string;
        size: number;
    }
    Index

    Properties

    Properties

    base: UInt64

    Base address.

    protection: string

    Protection.

    size: number

    Size in bytes.