I am using pwndbg plugin with gdb. When any program that prints to stdout is run under gdb, I seem to not being able to see the output from the program during the debugging session. How can I redirect the output to the same terminal as that of gdb or to a different one?
-
are you sure that you are not missing the output in the vast information provided by pwndbg?sudhackar– sudhackar2018-07-31 16:55:36 +00:00Commented Jul 31, 2018 at 16:55
Add a comment
|