Radare2 Tutorial 6 - Debugging Binaries

Sdílet
Vložit
  • čas přidán 28. 07. 2024

Komentáře • 9

  • @mehmetux4186
    @mehmetux4186 Před 3 lety +1

    after watching series i wonder why i thought that r2 is hard to usage. thanks for tutorial

    • @adhil8918
      @adhil8918 Před 3 lety

      It due to command syntax we dont know befours😁

  • @allthingsreversed
    @allthingsreversed Před 4 lety +4

    @BinaryAdventure around 2:45 are you mentioning the V! mode?

  • @noobhunter2986
    @noobhunter2986 Před 4 lety

    Thanks

  • @architvats2633
    @architvats2633 Před 3 lety

    Running my program once in radare2 renders all the assembly code as invalid if I pdf @main again. Need help

  • @Roman-uy7qp
    @Roman-uy7qp Před rokem

    when looking for ip u can just press s and it takes u there

  • @fiercediva135
    @fiercediva135 Před 5 měsíci

    How did you get radare to show wonderful being printed out 3 times after debugging the program? Mine never shows any output from the program.

  • @adhil8918
    @adhil8918 Před 3 lety

    Difference between step in and step over

    • @OmarAhmed-kt2lj
      @OmarAhmed-kt2lj Před rokem

      step-into => if there's a call to a frame just go inside it.
      step-over => don't step into frames