Hack The Box - Intro to Reversing - Baby RE

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

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

  • @kuipersam
    @kuipersam 3 года назад +1

    Liked the clear explanation. One thing that I did when working on this challenge was that I changed the JNZ to JZ, so that the program flow was flipped. It then prints the flag when typing the wrong thing ;-)

    • @PinkDraconian
      @PinkDraconian  3 года назад +1

      This is exactly what I wanted to showcase but straight up forgot! Great minds think alike! 😉

  • @pranavsundararajan3847
    @pranavsundararajan3847 3 года назад +1

    Awesome video! I'd love to see some more difficult RE challenges in the future since this sort of breakdown is really helpful.

    • @PinkDraconian
      @PinkDraconian  3 года назад

      Thank you for the support! I'd love to finish this track and see where it takes me!

  • @soulninjadev
    @soulninjadev 3 года назад +2

    great video! please post more RE content. am just getting started and it's really interesting

    • @PinkDraconian
      @PinkDraconian  3 года назад +1

      Thank you! Would love to do some more RE content! Let's see where this introduction track takes us!

  • @_CryptoCat
    @_CryptoCat 3 года назад +1

    nice man! have you played around with the new ghidra debugger at all?

    • @PinkDraconian
      @PinkDraconian  3 года назад +2

      Cheers! I haven't yet, wasn't even aware! I will have to check that out!

    • @_CryptoCat
      @_CryptoCat 3 года назад +1

      ​@@PinkDraconian yeh need to spend a bit of time with it myself but looks promising!

    • @alexdonofrio6140
      @alexdonofrio6140 3 года назад

      @@PinkDraconian Look into Ghidra + angr; angr will essentially bruteforce the logic and try to land on the correct register, so you tell angr where input is passed in assembly, and also where the success function should run.

  • @aaryanbhagat4852
    @aaryanbhagat4852 3 года назад +1

    Do you investigate into hardware hacking of IoT devices also?
    If yes then would love to see that content also!

    • @PinkDraconian
      @PinkDraconian  3 года назад +1

      I've actually always been scared to get into hardware hacking... I should really get into it!

  • @defyteryt2452
    @defyteryt2452 3 года назад +1

    good job god belss you

  • @LinuxSploitOfficial
    @LinuxSploitOfficial 3 года назад +1

    Well Explained

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

    Nice video bro

  • @ElliyahuRosha
    @ElliyahuRosha 3 года назад +1

    Never clicked so fast!

  • @tianquest10
    @tianquest10 3 года назад +1

    Any courses you recommend to get better working with IDA?

    • @PinkDraconian
      @PinkDraconian  3 года назад +1

      I would say to just start playing with it!

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

    great video, thnx! what's a free alternative debugger to idapro? is there something similar to what you showed here? btw, were you using ida, or idapro? tx

    • @PinkDraconian
      @PinkDraconian  11 месяцев назад

      I only used the free version in these videos (I believe)

  • @balintm7465
    @balintm7465 3 года назад +1

    What do you use as your website?

    • @PinkDraconian
      @PinkDraconian  3 года назад

      Currently it's pinkdraconian.d4rkc0de.com, which you can find in the description of the video!

    • @balintm7465
      @balintm7465 3 года назад +1

      I mean what CMS is it?

    • @PinkDraconian
      @PinkDraconian  3 года назад +1

      @@balintm7465 It's fully self made, so no CMS there 😅