tips: add tip about how we resolve kernel memory maps

pull/1046/head
disconnect3d 3 years ago
parent 641ee5f5a0
commit a66b95e7d2

@ -6,6 +6,7 @@ TIPS = [
"GDB's `follow-fork-mode` parameter can be used to set whether to trace parent or child after fork() calls",
"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)",
]

Loading…
Cancel
Save