Frida Docs Unified
    Preparing search index...

    Interface MemoryAllocPlainOptions

    interface MemoryAllocPlainOptions {
        protection?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    protection?: string

    Page protection to use for the allocation. Defaults to "rw".

    Specifying a protection that includes "x" requires size to be a multiple of Process.pageSize.