How to debug your exploit and payloads - Binary Exploitation PWN101

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 16

  • @antoineleduc7611
    @antoineleduc7611 Год назад +1

    I just finished your binary exploitation playlist, binged all the thm pwn101 you did (till 108) and you allowed me to consolidate my knowledge a lot, those videos are a goldmine thanks a lot !
    Edit : Just saw you also did pwn109 but it wasn’t in your playlist ;)

    • @RazviOverflow
      @RazviOverflow  Год назад +1

      Glad my videos help! You are most welcome :) Thank you for noticing pwn109 wasn't in the PWN101 playlist (it was only in the one dedicated to THM's room). The last binary from the room (PWN110) is the next video I'll upload.

  • @authenticknowledge9349
    @authenticknowledge9349 Год назад

    Underrated channel. That's value thanks

  • @sivaramakrishnanr.7173
    @sivaramakrishnanr.7173 2 дня назад

    how to keep the executable from starting until debugger is attached? like stop the process on the first instruction

    • @RazviOverflow
      @RazviOverflow  2 дня назад

      You can't stop the process on the first instruction if there is no breakpoint, which you can place with a debugger in the first place.

  • @ismailarame3756
    @ismailarame3756 2 года назад +1

    thank u so much ❤❤

  • @christiansanchez4883
    @christiansanchez4883 Год назад

    Could you show how to do the same process with using gdb?

    • @RazviOverflow
      @RazviOverflow  Год назад

      Sorry, I don't use gdb. If you do like gdb, I recommend you using any of its flavors like pwnpdb or peda

  • @BDCAT_NguyenLeThanhTung
    @BDCAT_NguyenLeThanhTung 2 года назад +1

    Can you solve this example in the next video, Thank u !!!

    • @RazviOverflow
      @RazviOverflow  2 года назад

      Which example?

    • @BDCAT_NguyenLeThanhTung
      @BDCAT_NguyenLeThanhTung 2 года назад

      @@RazviOverflow 6:51 Typop idek 2022 and i can't solve it @@

    • @RazviOverflow
      @RazviOverflow  2 года назад +2

      @@BDCAT_NguyenLeThanhTung Ah, yes. I may show it in a future video. However, there are some writeups:
      ruclips.net/video/pyX7H0LQIzg/видео.html
      ctftime.org/task/24162
      jackfromeast.site/2023-01/idek-ctf-2022-writeup.html

  • @ELFx86
    @ELFx86 10 месяцев назад

    Thanks !!!!