ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108,943 results

Bill Sky - The Computer Guy!
Assembly 27: The Stack for x86_64 and ARM Processors

(Chapter links below) This video you'll lean what the stack is, and how to use it in your program and how it is part of any compiled ...

33:59
Assembly 27: The Stack for x86_64 and ARM Processors

268 views

2 years ago

Bill Sky - The Computer Guy!
Assembly 29b:  Functions using Stack Frames in ARM

(Chapter Links below) Wow! A 58 minute video! Well, this is a complex topic, but not really. Stack Frames - how functions are ...

58:25
Assembly 29b: Functions using Stack Frames in ARM

519 views

2 years ago

Ben Eater
What is a stack and how does it work? — 6502 part 5

Schematics, datasheets, kits, and more at https://eater.net/6502 Part 1: https://www.youtube.com/watch?v=LnzuMJLZRdU Part 2: ...

24:25
What is a stack and how does it work? — 6502 part 5

796,857 views

5 years ago

hexdump
Stack Frames, RSP and RBP

Hi there! In this video we analyze the role of the RSP and RBP registers for the management of the stack frames within the call ...

32:08
Stack Frames, RSP and RBP

4,000 views

10 months ago

Malik Shahzaib Official
Stack in Assembly Language | nasm stack pointer register x86 | push and pop in stack instructions

Stack in #assembly #language x86 is a LIFO data structure, i.e., the data stored first is retrieved last push pop. The memory space ...

26:55
Stack in Assembly Language | nasm stack pointer register x86 | push and pop in stack instructions

30,666 views

7 years ago

Bill Sky - The Computer Guy!
Assembly 29a:  Functions using Stack Frames in x86_64 (Windows, Linux)

(Chapter Links below) Wow! A 55 minute video! Well, this is a complex topic, but not really. Stack Frames - how functions are ...

55:01
Assembly 29a: Functions using Stack Frames in x86_64 (Windows, Linux)

790 views

2 years ago

Mxy
How Recursion Works in Assembly | Machine Code | Programming Fundamentals

Emulator link: https://app.x64.halb.it/ How to read/write Hex: https://youtu.be/L2CvMWmqPX0 How stack allocations work: ...

28:11
How Recursion Works in Assembly | Machine Code | Programming Fundamentals

2,252 views

9 months ago

Stable Mechanic
How does stack work in a CPU? Why do we need it?

There might be simple errors and the scheme I talk is extremely simple. However my aim is showing how the registers are ...

22:05
How does stack work in a CPU? Why do we need it?

11,903 views

3 years ago

Birby
The Basics of Stack Frames: A Visual Guide for Programmers

In this video, you will learn how the stack works in depth. We will talk about: - Stack Frames - Calling conventions - Function ...

33:11
The Basics of Stack Frames: A Visual Guide for Programmers

754 views

3 years ago

MIT OpenCourseWare
4. Assembly Language & Computer Architecture

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Charles Leiserson View the complete course: ...

1:17:35
4. Assembly Language & Computer Architecture

815,849 views

6 years ago

TheSecurityTube
Assembly Primer For Hackers (Part 11) Functions Stack

Full Video Details: http://www.securitytube.net/video/229.

20:28
Assembly Primer For Hackers (Part 11) Functions Stack

48,314 views

13 years ago

OALabs
Assembly Calling Conventions For Reverse Engineers [Patreon Unlocked]

A practical look at x86 calling conventions from a reverse engineering perspective. We take a look at __cdecl __stdcall __fastcall ...

21:37
Assembly Calling Conventions For Reverse Engineers [Patreon Unlocked]

21,476 views

3 years ago

Segfault💀
Assembly for Beginners: Local Variables, Stack & Prologue (x86_64)

Learn how local variables work in Assembly (x86_64)! In this video, I explain how local variables are created and managed on the ...

38:06
Assembly for Beginners: Local Variables, Stack & Prologue (x86_64)

867 views

4 months ago

Gedare Bloom
x86-64 Assembly Programming Part 1: Registers, Data Movement, and Addressing Modes

First out of four part series introducing x64 assembly programming. This part focuses on the general-purpose registers, movq ...

20:11
x86-64 Assembly Programming Part 1: Registers, Data Movement, and Addressing Modes

73,005 views

5 years ago

ChibiAkumas
x86 / 8086 Assembly Tutorial - Lesson 4 - The Stack

We've looked as maths and logic, but there's a very important thing about the 8086 we've not covered yet... the Stack! The stack is ...

34:30
x86 / 8086 Assembly Tutorial - Lesson 4 - The Stack

3,046 views

5 years ago

Paladin Group, LLC
Introduction to reverse engineering - Stack frames, prologues and epilogues

This is a series of Introductory topics in reverse engineering. In this our second video we explain stack frames, prologues and ...

26:41
Introduction to reverse engineering - Stack frames, prologues and epilogues

10,452 views

8 years ago

Professor Hank Stalica
MIPS Programming Tutorial:  Stacks and Procedures

In this video, I demonstrate a simple example of using procedures and the stack in MIPS. I start with a little theory and then write ...

28:14
MIPS Programming Tutorial: Stacks and Procedures

7,619 views

6 years ago

ChibiAkumas
Learn 6502 Assembly: Lesson 4 - Stacks and Maths

Now we know how to do conditions, jumping and the other basics, it's time to look at some more advanced commands and ...

33:59
Learn 6502 Assembly: Lesson 4 - Stacks and Maths

3,680 views

6 years ago

Kraig Info
Assembly Shift Tolerance Stackup

Assembly Shift Tolerance Stackup Tolerance Stack-up Analysis of GD&T-From Beginners to Stars Total 34 Lectures (including 13 ...

22:40
Assembly Shift Tolerance Stackup

20,794 views

4 years ago

Creel
x64 Assembly Tutorial 28: Stack Frames

In this tutorial we'll look at the callee side of calling a procedure. This involves creating a stack frame with RBP. We'll also look at ...

31:39
x64 Assembly Tutorial 28: Stack Frames

21,241 views

14 years ago

Prisha Maiti
The Stack and Stack Pointer: ARM Assembly Tutorial #4

I cover the basic concepts of the stack and how we use it to fix segmentation faults, using our scenario with main.s and mod.s Also, ...

28:12
The Stack and Stack Pointer: ARM Assembly Tutorial #4

1,217 views

2 years ago

Lagniappe National
Intro to STACK The LNC Takeoff Estimating Software

This is a Intro To Stack (LNC's Takeoff Estimating Softwater)

24:43
Intro to STACK The LNC Takeoff Estimating Software

2,058 views

3 years ago

Artful Bytes
How Microcontroller Memory Works | Embedded System Project Series #16

Practical Notes on Embedded (starts with a guide to learning embedded by building): https://artfulbytes.com/ ------ I explain how ...

34:27
How Microcontroller Memory Works | Embedded System Project Series #16

116,353 views

2 years ago

Simplified GD&T
Free Webinar | Tolerance Stack-up Analysis using Two-Columns Method

Struggling with how to do Tolerance Stack-up Analysis correctly? This free webinar will make it easy. Welcome to Simplified GD&T ...

55:25
Free Webinar | Tolerance Stack-up Analysis using Two-Columns Method

1,767 views

2 weeks ago

Dr Josh Stroschein - The Cyber Yeti
09 - The Stack: Local Variables

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

24:20
09 - The Stack: Local Variables

4,496 views

6 years ago