Frida Docs Unified
    Preparing search index...

    Interface EnumerateRangesSpecifier

    interface EnumerateRangesSpecifier {
        coalesce: boolean;
        protection: string;
    }
    Index

    Properties

    Properties

    coalesce: boolean

    Whether neighboring ranges with the same protection should be coalesced. The default is false.

    protection: string

    Minimum protection required to be included in the result.