Frida Docs Unified
    Preparing search index...

    Interface ModuleSymbolSectionDetails

    interface ModuleSymbolSectionDetails {
        id: string;
        protection: string;
    }
    Index

    Properties

    Properties

    id: string

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

    protection: string

    Section's memory protection.