Intro to pwndbg - CTF Cookbook

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 12

  • @skillz3
    @skillz3 ปีที่แล้ว +1

    waking up for these is so fun

  • @pinskiller9914
    @pinskiller9914 ปีที่แล้ว +3

    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

  • @soroushyaghoubi7709
    @soroushyaghoubi7709 หลายเดือนก่อน

    great video. thanks.

  • @Rohankumar-dh7nf
    @Rohankumar-dh7nf ปีที่แล้ว +1

    Please upload more in this series

    • @SloppyJoePirates
      @SloppyJoePirates  ปีที่แล้ว

      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

  • @failcharger
    @failcharger ปีที่แล้ว

    How do you get the source code block to show in pwndbg? any ELF I load just has the asm block\

    • @SloppyJoePirates
      @SloppyJoePirates  ปีที่แล้ว

      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?

    • @Ind3xO4
      @Ind3xO4 10 หลายเดือนก่อน

      @@SloppyJoePirates Nah its not working((

    • @Ind3xO4
      @Ind3xO4 10 หลายเดือนก่อน

      You can do this by using the following command.
      pwndbg> tui layout src

  • @ABDULKARIMHOMAIDI
    @ABDULKARIMHOMAIDI 6 หลายเดือนก่อน

    please do you have any reference that may help me add the pwndbg to my gdb

    • @SloppyJoePirates
      @SloppyJoePirates  4 หลายเดือนก่อน

      I'd check out github.com/pwndbg/pwndbg. There's install instructions depending on your system