bossix_patch
Apply the correct patch to a bossix check at a memory address by flipping conditional jumps, NOPing test/cmp, or replacing CALL with xor eax,eax.
Instructions
Auto-patch a bossix check at an address. Picks the right patch based on instruction: flips conditional jumps, NOPs test/cmp, replaces CALL with xor eax,eax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address as hex string. ALWAYS use '0x' prefix. Examples: '0x401000', '0x7FFE0308', '0x00007FF7C0001234'. WARNING: without '0x' prefix, '401000' is treated as decimal 401000, not hex 0x401000. | |
| technique | No | Optional technique name (informational; affects logging only). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |