Ep 082: How Functions use the Stack Pointer

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Functions, methods, subroutines, or procedures are blocks of code meant to be called from any location in a higher level of the software. Some processor architectures rely on the stack to properly access these code segments, and in this video, we explain why.
    Take aways: At the completion of this lesson, each student should be able to describe three ways that a processor architecture might use the stack to perform a function call.
    #stack #function #stackpointer

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

  • @Mipeal
    @Mipeal 2 года назад +17

    You are a great teacher. Keep up the good work and eventually the youtube algorithm will get you more views, for sure

  • @x32gx
    @x32gx 3 года назад +17

    I'm coming from Binary Exploitation (LiveOverFlow)... What you are teaching here is super valuable and important to me! You are are explaining it brilliantly! Thank you so much!

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

      lol, I was also learning buffer overflows exploits so came to understand a little more.