pwndbg_patch_revert
Revert a patch at a given memory address, restoring original bytes during debugging.
Instructions
Revert a patch at the given address.
pwndbg command: patch-revert Source: pwndbg/commands/patch.py Category: Misc
Args: session_id: The UUID of the session. address: Address of the patch to revert.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/patch/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |