Frida Docs Unified
    Preparing search index...

    Interface KernelModuleDetails

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

    Properties

    Properties

    base: UInt64

    Base address.

    name: string

    Canonical module name.

    size: number

    Size in bytes.