Good video. Love those where you general explain something before diving into challenges. A bit slower speaking would be nice since this is already very challenging to follow
Hey @Rohankumar-dh7nf, I have plans for ~30 more videos, i'm in the process of moving and some family stuff so it'll be a few weeks till I get back to recording
Hmm, gdb does it automatically for me if I compile the binary with the "-g" flag for include debug symbols. Does it work if you compile the binary with -g?
waking up for these is so fun
Good video. Love those where you general explain something before diving into challenges. A bit slower speaking would be nice since this is already very challenging to follow
great video. thanks.
Please upload more in this series
Hey @Rohankumar-dh7nf, I have plans for ~30 more videos, i'm in the process of moving and some family stuff so it'll be a few weeks till I get back to recording
How do you get the source code block to show in pwndbg? any ELF I load just has the asm block\
Hmm, gdb does it automatically for me if I compile the binary with the "-g" flag for include debug symbols. Does it work if you compile the binary with -g?
@@SloppyJoePirates Nah its not working((
You can do this by using the following command.
pwndbg> tui layout src
please do you have any reference that may help me add the pwndbg to my gdb
I'd check out github.com/pwndbg/pwndbg. There's install instructions depending on your system