username13107

Results 2 comments of 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...

![Snip20230313_56](https://user-images.githubusercontent.com/1914451/224657771-582844f9-e977-454e-8660-6c5fde413ef0.png) 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...