Ep 082: How Functions use the Stack Pointer

Sdílet
Vložit
  • čas přidán 24. 11. 2020
  • 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

Komentáře • 3

  • @Mipeal
    @Mipeal Před 2 lety +14

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

  • @x32gx
    @x32gx Před 2 lety +14

    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 Před 2 lety +2

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