GLibC Malloc for Exploiters: Leak It, Write It, Become a Wizard - Yannay Livneh

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

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

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

    Great presentation, thank you !

  • @EthnicalSec
    @EthnicalSec 6 лет назад +1

    Excellent love it ! Thanks for the upload :D

    •  5 лет назад

      Perte.

  • @欧阳云神
    @欧阳云神 3 года назад

    Good ,thanks for this video

  • @Int3rSys
    @Int3rSys 4 года назад

    Excellent presentation. I still cannot understand why do we need the free(malloc(0x1000)). In other words, what would go wrong if we won't do that?

    • @maxabramson4781
      @maxabramson4781 4 года назад

      Allocate 1,000 bytes, then free them? It could be used as a cache block touch or touch a page on the HDD, depending on the OS and hardware. But they might use that as a test to be sure that they can move forward with the program knowing that the program will have memory available on the heap later.