jerdna-regeiz / splitmind

Split information output of pwndbg output
MIT License
178 stars 26 forks source link

NameError: name 'contextoutput' is not defined #1

Closed NoOne-hub closed 4 years ago

NoOne-hub commented 4 years ago

When i open tmux and gdb myfile,it doesn't work. The title is my output

jerdna-regeiz commented 4 years ago

Are you using the latest dev branch of pwndbg? It requires the context splitting feature

NoOne-hub commented 4 years ago

Are you using the latest dev branch of pwndbg? It requires the context splitting feature

Of course,I use the command "git clone https://github.com/pwndbg/pwndbg" recently.

NoOne-hub commented 4 years ago

I try to find out where is contextoutput in pwndbg,but i cann't find it.Can you tell me where is it?Maybe I can solve it myself

jerdna-regeiz commented 4 years ago

Sure: https://github.com/pwndbg/pwndbg/blob/64ca9a66cf5b8d1a07cae2975fcc4b471650efd8/pwndbg/commands/context.py#L146

NoOne-hub commented 4 years ago

Sure: https://github.com/pwndbg/pwndbg/blob/64ca9a66cf5b8d1a07cae2975fcc4b471650efd8/pwndbg/commands/context.py#L146

Thanks for that,I found the problem.I install the stable version and it doesn't have this, the dev version have this.

NoOne-hub commented 4 years ago

After that,I start it successfully. Thanks again for your kind help