Frida Docs Unified
    Preparing search index...

    Interface KernelModuleRangeDetails

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

    Properties

    base: UInt64

    Base address.

    name: string

    Name.

    protection: string

    Protection.

    size: number

    Size in bytes.