Frida Docs Unified
    Preparing search index...

    Interface ModuleSectionDetails

    interface ModuleSectionDetails {
        address: NativePointer;
        id: string;
        name: string;
        size: number;
    }
    Index

    Properties

    Properties

    address: NativePointer

    Absolute address.

    id: string

    Section index, segment name (if applicable) and section name – same format as r2’s section IDs.

    name: string

    Section name.

    size: number

    Size in bytes.