Update tips.py

pull/1038/head
Disconnect3d 3 years ago
parent 3d90b2916d
commit 8cc0ab8b48

@ -1,8 +1,11 @@
from random import choice
TIPS = [
"Don't eat yellow snow",
"With medium power comes medium responsibility"
"GDB and Pwndbg parameters can be shown or set with `show <param>` and `set <param> <value>` GDB commands",
"GDB's `apropos <topic>` command displays all registered commands that are related to the given <topic>",
"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",
]

Loading…
Cancel
Save