iOS 10 - How to Install Radare2 Disassembler/Debugger (for iOS Reverse Engineering)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

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

  • @jimmy98
    @jimmy98 7 ปีที่แล้ว

    Why not make more tweak development tutorials?

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

      Ryu 竜 planning to do so this summer ;)

    • @jimmy98
      @jimmy98 7 ปีที่แล้ว

      Billy Ellis wow looking forward to it*-* from like step 1? Basic or for intermediate levels?

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

      Ryu 竜 I already have a whole playlist for the basic stuff so I'll likely do some more intermediate to advanced stuff yea :)

    • @jimmy98
      @jimmy98 7 ปีที่แล้ว

      Billy Ellis ohh I see :) good to know :D

  • @user-er9or4mo1z
    @user-er9or4mo1z 7 ปีที่แล้ว

    motive?

  • @jimmy98
    @jimmy98 7 ปีที่แล้ว

    The tutorial is easy but what Radare do is confusing xD I'm new to this world so...

  • @matteyeux
    @matteyeux 7 ปีที่แล้ว

    `ldid -S r* ` should sign all r2 bins

    • @jakeahacks1102
      @jakeahacks1102 7 ปีที่แล้ว

      That will sign only the first. The correct way is
      for i in r*
      do
      ldid -S $i
      done

  • @grandicon9735
    @grandicon9735 7 ปีที่แล้ว

    1st