username13107
username13107
Thank you for your quick response. Something like [this](https://github.com/hugsy/gef-extras/blob/dev/scripts/stack.py),but not the same. The link given command can only show current stack frame, which `stack` command of `pwngdb` can show user...
 In addition, comparing the output of gef and pwndbg, it can be seen that gef's symbol recognition currently seems to only support instruction addresses, while pwndbg's symbol recognition is...