ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,331,741 results

Mxy
How Assembly Functions Work - The Stack Explained

... Stack Explained 02:08 Walking Through the Program 03:44 Stack Frames 10:09 What are stack overflows 12:30 Why the stack ...

15:35
How Assembly Functions Work - The Stack Explained

86,872 views

9 months ago

SolidusCode
Assembly Programming Assembly Function Stack Frame Explained

This video helps visualize what the stack frame is all about. What is important to understand from this video is that: 1) esp & ebp ...

4:47
Assembly Programming Assembly Function Stack Frame Explained

311,943 views

15 years ago

Low Level
wtf is “the stack” ?

Programming is amazing. Computers allow us to do things that otherwise would be impossible. But sometimes, the code that we ...

8:03
wtf is “the stack” ?

202,351 views

2 years ago

Core Dumped
WHY IS THE STACK SO FAST?

Join CodeCrafters and learn by creating your own: Redis, Git, Http server, Interpreter, Grep... in your favorite programming ...

13:46
WHY IS THE STACK SO FAST?

277,585 views

1 year ago

Down to the Wires
Frame Pointer and the Stack Frame

This video series starts at the very beginning and shows each step in the design of modern computing hardware. From bits to ...

6:55
Frame Pointer and the Stack Frame

22,049 views

5 years ago

Boot dev
What are Stack and Heap Memory?

If you're just learning, or already a professional, you're inevitably going to hear about stack vs heap. Those are topics of ...

4:18
What are Stack and Heap Memory?

29,961 views

1 year ago

Alex Hyett
Stack vs Heap Memory - Simple Explanation

I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...

5:28
Stack vs Heap Memory - Simple Explanation

395,791 views

3 years ago

Colin McAllister
The Stack and ESP in Assembly Language - What happens when you call a procedure?

What happens with the STACK, ESP, and EIP when a procedure is called in Assembly Language. I don't know about you, but I am ...

5:15
The Stack and ESP in Assembly Language - What happens when you call a procedure?

45,561 views

5 years ago

BitLemon
Why Programs Use Stack, Heap, and Other Memory Segments

It uses a data structure called a Stack Frame to encapsulate all information of an active function. It uses a simple pointer (Stack ...

6:01
Why Programs Use Stack, Heap, and Other Memory Segments

28,656 views

6 months ago

CS50
Call Stacks - CS50 Shorts

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

7:40
Call Stacks - CS50 Shorts

152,243 views

7 years ago

Ryan Baker
Memory Segments in C/C++

A brief overview of memory segmentation in C and C++.

4:26
Memory Segments in C/C++

100,862 views

1 year ago

mycodeschool
Pointers and dynamic memory - stack vs heap

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

17:26
Pointers and dynamic memory - stack vs heap

1,598,677 views

12 years ago

flipthebit
Buffer Overflow 101: Ep 1 - x86 Memory Fundamentals

0:00 Intro 0:36 CPU Registers 2:35 Program Memory 3:36 The Stack 4:10 Stack Frames 5:35 Example Program 6:17 Debugging ...

8:43
Buffer Overflow 101: Ep 1 - x86 Memory Fundamentals

24,657 views

4 years ago

Computer Science Lessons
The Call Stack

This computer science video illustrates how the call stack is used to manage the way procedures and functions call each other ...

6:26
The Call Stack

214,488 views

11 years ago

MIT OpenCourseWare
12.2.3 Stack Frame Organization

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 ...

5:49
12.2.3 Stack Frame Organization

10,151 views

6 years ago

Low Level
Getting Started with ARM Memory Management Using "The Stack"  |  R13/SP Control in ARM Assembly

By the end of this video, you'll be able to write assembly that uses function calls and functions that use stack frames. Use of the ...

12:24
Getting Started with ARM Memory Management Using "The Stack" | R13/SP Control in ARM Assembly

43,097 views

4 years ago

Down to the Wires
Assembly code to build the stack frame

This video series starts at the very beginning and shows each step in the design of modern computing hardware. From bits to ...

12:01
Assembly code to build the stack frame

3,056 views

5 years ago

Dr Josh Stroschein - The Cyber Yeti
08 - The Stack

Cybersecurity, reverse engineering, malware analysis and ethical hacking content! Courses on Pluralsight ...

18:59
08 - The Stack

20,278 views

6 years ago

Sarah Harris
DDCA Ch6 - Part 12: The Stack

... and s5 on the stack and this is known as the stack frame for function f1 then when we call f2 the stack pointer will move down yet ...

10:42
DDCA Ch6 - Part 12: The Stack

15,041 views

4 years ago

pwn.college
pwn.college - Reverse Engineering - Functions and Frames

Let's learn about functions and stack frames! Module details at: https://pwn.college/modules/reversing.

18:13
pwn.college - Reverse Engineering - Functions and Frames

9,437 views

5 years ago