switch_no_op
Replace an instruction with a NOP at a specified offset from main to disable code execution during debugging of Nintendo Switch executables.
Instructions
NOP the instruction at the given offset from main. Writes ARM64 NOP (0xD503201F) at $main+offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Offset into main executable (hex, e.g. '0x3a5f10' or '3a5f10') |