glibc Heap Internals - Block Metadata | DEEP LINUX

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

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

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

    This is excellent information. Thanks.

  • @AxuraSec
    @AxuraSec 7 месяцев назад

    This video is damn good for explaining the heap architecture. Cant help to leave a command in the midway and now I go continue

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

    The Great

  • @os_security
    @os_security 6 месяцев назад

    Thanks a lot. I have just one suggestion: It would have been better if you had used x/gx instead of x/wx to show the contents of heap addresses since you are working on a 64-bit machine.

  • @pardeepattri327
    @pardeepattri327 6 месяцев назад

    (gdb) p main_arena
    'main_arena' has unknown type; cast it to its declared type
    (gdb) p mp_
    'mp_' has unknown type; cast it to its declared type
    (gdb)
    (gdb) show version
    GNU gdb (GDB) Red Hat Enterprise Linux 8.2-19.el8
    Any idea why I am getting these errors ?