mirror of https://github.com/pwndbg/pwndbg.git
Add Command.repeat property for repeated commands (#272)
* Add Command.repeat property for repeated commands
* Support repeated invocations of the "hexdump" command
The output now looks like:
pwndbg> hexdump $rsp 0x20
+0000 0x7fffffffdb38 30 18 60 f7 ff 7f 00 00 00 00 00 00 00 00 00 00 │0.`.│....│....│....│
+0010 0x7fffffffdb48 18 dc ff ff ff 7f 00 00 00 00 00 00 01 00 00 00 │....│....│....│....│
+0020 0x7fffffffdb58
pwndbg>
+0000 0x7fffffffdb58 d0 ee 41 00 00 00 00 00 00 00 00 00 00 00 00 00 │..A.│....│....│....│
+0010 0x7fffffffdb68 23 ff 3e ed 14 92 d9 c6 60 05 42 00 00 00 00 00 │#.>.│....│`.B.│....│
+0020 0x7fffffffdb78
pwndbg>
+0000 0x7fffffffdb78 10 dc ff ff ff 7f 00 00 00 00 00 00 00 00 00 00 │....│....│....│....│
+0010 0x7fffffffdb88 00 00 00 00 00 00 00 00 23 ff de 19 7c 6d 26 39 │....│....│#...│|m&9│
+0020 0x7fffffffdb98
pull/261/merge
parent
94730a1b17
commit
5861c6a675
Loading…
Reference in new issue