mirror of https://github.com/pwndbg/pwndbg
tips: inform about the `canary` command
This commit is contained in:
parent
a66b95e7d2
commit
5b7202ed2f
|
@ -7,6 +7,7 @@ TIPS = [
|
|||
"Use Pwndbg's `config` and `theme` commands to tune its configuration and theme colors!",
|
||||
"Pwndbg mirrors some of Windbg commands like eq, ew, ed, eb, es, dq, dw, dd, db, ds for writing and reading memory",
|
||||
"Pwndbg resolves kernel memory maps by parsing page tables (default) or via `monitor info mem` QEMU gdbstub command (use `set kernel-vmmap-via-page-tables off` for that)",
|
||||
"Use the `canary` command to see all stack canary/cookie values on the stack (based on the *usual* stack canary value initialized by glibc)",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue