ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,063 results

Mxy
How Assembly Functions Work - The Stack Explained

Part 1 of "How Programs Look in Assembly": https://youtu.be/2d0gKxGMGbc 00:00 Simple C Program 00:34 The Stack Explained ...

15:35
How Assembly Functions Work - The Stack Explained

78,324 views

9 months ago

hexdump
Stack Frames, RSP and RBP

TIMESTAMP 00:00 Introduction 06:05 Stack Frames 12:00 The Role of RSP (Stack Pointer) 15:42 The Role of RBP (Base Pointer) ...

32:08
Stack Frames, RSP and RBP

3,714 views

10 months ago

vlogize
Understanding Stack Pointer Adjustments in Assembly Loops

Explore the intricacies of using the `stack pointer` in assembly loops and learn about the `C calling convention` in x86 architecture ...

1:36
Understanding Stack Pointer Adjustments in Assembly Loops

1 view

7 months ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 03 02 The Stack Overview

View the full free MOOC at https://ost2.fyi/Arch1005. This class teaches RISC-V 32 and 64-bit assembly languages, by compiling C ...

12:05
Arch1005: RISC-V Assembly 03 02 The Stack Overview

415 views

11 months ago

Nguyễn Ngọc Hải
3  Stack pointer selection
10:38
3 Stack pointer selection

3 views

8 months ago

SM training academy
Types of stack pointers explained  | Shadow Stack Pointer

If you wish to take up the course with full resources kindly use the link below: Udemy: ...

3:09
Types of stack pointers explained | Shadow Stack Pointer

111 views

1 month ago

Guided Hacking
Thread Stack in Assembly - Push, Pop, EBP & ESP Explained

ESP = Extended Stack Pointer EBP = Extended Base Pointer When a new function is to be called, the "function prologue" ...

8:33
Thread Stack in Assembly - Push, Pop, EBP & ESP Explained

8,079 views

10 months ago

vlogize
Understanding Why the Stack Pointer is Initialized to Maximum Value

Explore the reasons behind the initialization of the stack pointer in microprocessors and how it influences memory management.

1:33
Understanding Why the Stack Pointer is Initialized to Maximum Value

1 view

8 months ago

Nguyễn Ngọc Hải
10  Stack pointer setup
10:39
10 Stack pointer setup

5 views

8 months ago

GÖKTUĞ AYSEL
STM32 KODLAMA - MİMARİ YAPISI, STACK POINTER VE PROGRAM COUNTER #stm32 #stmicroelectronics

STM32F407G-DISC1 geliştirme kartı ile başladığım bu projede, sensör verilerini toplayarak, kaydederek ve yapay zekâ destekli ...

10:42
STM32 KODLAMA - MİMARİ YAPISI, STACK POINTER VE PROGRAM COUNTER #stm32 #stmicroelectronics

30 views

1 month ago

Polymath Unlimited
Adding a 256-byte stack to my custom CPU (The CPU You can Build, Ep. 11)

In this episode, we learn about stack memory, and add a stack pointer to our CPU. This will enable us to use the stack in our ...

9:26
Adding a 256-byte stack to my custom CPU (The CPU You can Build, Ep. 11)

1,251 views

5 months ago

pwn.college
Stack Pivoting - CSE466 - Robert - 2025.09.25

Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/pwncollege.

1:07:33
Stack Pivoting - CSE466 - Robert - 2025.09.25

1,290 views

3 months ago

vlogize
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

A deep dive into confusing assembly code: uncover the purpose behind resetting the stack pointer and manipulating register ...

1:46
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

2 views

8 months ago

Harold Edwards
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

x27;In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by 1 decremented by 1 ...

0:33
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

0 views

7 months ago

Student2Student - Lerngruppe
How Functions Work in Assembly: Stack, Stack Frame, Prologue & Epilogue (Easy Explanation)

In this video, I break down how function calls are managed in low-level programming, how the stack pointer (SP/RSP) and base ...

9:32
How Functions Work in Assembly: Stack, Stack Frame, Prologue & Epilogue (Easy Explanation)

99 views

1 month ago

Roberto
Turorial Stack Pointer Keil uVision5
13:58
Turorial Stack Pointer Keil uVision5

4 views

7 months ago

Dr. AM Yousaf
Computer Organization and Assembly Language | Stack Push Pop Operations in Low Level | X86 Processor

What is the stack in assembly language How LIFO (Last In, First Out) works Role of SP (Stack Pointer) and SS (Stack Segment) ...

1:35
Computer Organization and Assembly Language | Stack Push Pop Operations in Low Level | X86 Processor

118 views

3 weeks ago

Bharat Acharya Education - Unacademy
8086 | Push Pop Instructions | Stack Operations | Bharat Acharya Education

Bharat Acharya Education Join: https://bit.ly/BharatAcharyaYouTube ⸻ Unacademy for ...

9:06
8086 | Push Pop Instructions | Stack Operations | Bharat Acharya Education

8,422 views

9 months ago

vlogize
Understanding the Current State of Stack Pointer in 8085 Microprocessor

Discover how to find out where the Stack Pointer currently points in the Intel 8085 microprocessor with simple assembly code.

1:16
Understanding the Current State of Stack Pointer in 8085 Microprocessor

2 views

10 months ago

CppStepByStep
C++ Object Creation Without Pointers! (Stack Allocation Explained)object creation on stack

Learn how to create objects in C++ without using pointers. This is called stack allocation — it's fast and easy! #cpp #cplusplus ...

0:46
C++ Object Creation Without Pointers! (Stack Allocation Explained)object creation on stack

8 views

3 months ago