tips: inform about the `procinfo` command

This commit is contained in:
disconnect3d 2022-08-06 22:20:44 +02:00
parent 5b7202ed2f
commit 26d90e8f97
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ TIPS = [
"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)",
"Use the `procinfo` command for better process introspection (than the GDB's `info proc` command)",
]