Frida Docs Unified
    Preparing search index...

    Interface ArmWriterOptions

    interface ArmWriterOptions {
        pc?: NativePointer;
    }
    Index

    Properties

    Properties

    Specifies the initial program counter, which is useful when generating code to a scratch buffer. This is essential when using Memory.patchCode() on iOS, which may provide you with a temporary location that later gets mapped into memory at the intended memory location.