pwndbg icon indicating copy to clipboard operation
pwndbg copied to clipboard

Save diff commands

Open marywinter3 opened this issue 10 months ago • 2 comments

The saveoutput command allows saving the output of any GDB command, either explicitly or by reusing the last executed one. The diffoutput command compares the current output of a command to its previously saved version and shows a diff if differences are found. The tests cover correct argument handling, saved output integrity, and edge cases like missing commands or outputs.

marywinter3 avatar Jun 17 '25 10:06 marywinter3

Closes #171

peace-maker avatar Jun 17 '25 13:06 peace-maker

@marywinter3 this needs an update, see CI builds failing

disconnect3d avatar Jul 28 '25 10:07 disconnect3d