Frida Docs Unified
    Preparing search index...

    Type Alias DefaultInstructionWriter

    DefaultInstructionWriter:
        | X86Writer
        | ArmWriter
        | ThumbWriter
        | Arm64Writer
        | MipsWriter

    Default code writer for the current architecture.

    On 32-bit ARM this is either an ArmWriter or a ThumbWriter, depending on the instruction set at the instrumented site.