ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25,929 results

Chetan Nayak
Thread Stack Frame Duplication

This video provides a brief demonstration of duplicating the stack frame of an existing thread and using it for spoofing the current ...

1:41
Thread Stack Frame Duplication

474 views

3 years ago

The Statistics Lab
SQ4007 Tutorial wk4 Call stacks

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

7:55
SQ4007 Tutorial wk4 Call stacks

5 views

3 months 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,702 views

5 years ago

The Coding Gopher
Stack vs Heap Memory

Wondering how stack and heap memory really work? Dive into this in-depth guide to understand essential memory concepts with ...

6:32
Stack vs Heap Memory

11,494 views

1 year ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

82,066 views

6 years ago

GNU Tools Cauldron
CTF Frame format support in the GNU Toolchain - GNU Tools Cauldron 2022

Presented by Indu Bhagat at GNU Tools Cauldron 2022 --- Link: ...

59:42
CTF Frame format support in the GNU Toolchain - GNU Tools Cauldron 2022

54 views

3 years ago

Chetan Nayak
Thread Stack Frame Spoofing with Brute Ratel C4

This video provides a brief explanation on Stack Spoofing with Brute Ratel C4. For Brute Ratel enquiries, contact us at ...

8:08
Thread Stack Frame Spoofing with Brute Ratel C4

1,644 views

3 years ago

Ramesh Yerraballi
Lec9 Local Variables - Using a Frame Pointer

Implementation of Local Variables using a Frame Pointer instead of the Stack Pointer.

5:33
Lec9 Local Variables - Using a Frame Pointer

5,747 views

5 years 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

473 views

1 year ago

Roel Van de Paar
Say that a stack frame only contains total functions: could the maximum stack size be statically...

Computer Science: Say that a stack frame only contains total functions: could the maximum stack size be statically determined?

1:11
Say that a stack frame only contains total functions: could the maximum stack size be statically...

0 views

5 years ago

The Debug Zone
Do All Functions in C on x86-64 Require a Stack Frame? Explained

In this video, we delve into the intricacies of function calls in C programming on the x86-64 architecture. We'll explore the role of ...

2:02
Do All Functions in C on x86-64 Require a Stack Frame? Explained

1 view

4 months ago

GNU Tools Cauldron
Serhei Makarov: Profiling framepointer-less code with elfutils stacktrace - GNU Tools Cauldron 2024

... the stack frames are going to be so we can emit the correct code to uh clean up the stack frame and return to the parent function ...

55:19
Serhei Makarov: Profiling framepointer-less code with elfutils stacktrace - GNU Tools Cauldron 2024

196 views

1 year ago

Roel Van de Paar
Should you avoid adding unecessary stack frames? (2 Solutions!!)

Should you avoid adding unecessary stack frames? Helpful? Please support me on Patreon: ...

2:22
Should you avoid adding unecessary stack frames? (2 Solutions!!)

7 views

3 years ago

Padraic Edgington
9.  Memory Layout

Introduction to the structure and terminology of memory access in the MIPS architecture.

8:28
9. Memory Layout

28,622 views

8 years ago

src7cse
Stack frames call in main memory area of running C program with Heap area, Global and Static

Stack frames call in main memory area of running C program with Heap area, Global and Static.

4:23
Stack frames call in main memory area of running C program with Heap area, Global and Static

29 views

8 months ago

The Linux Foundation
SFrame: The Simple Frame Stack Trace Format - Indu Bhagat, Oracle

SFrame: The Simple Frame Stack Trace Format - Indu Bhagat, Oracle The SFrame format is a new stack trace format, the support ...

40:55
SFrame: The Simple Frame Stack Trace Format - Indu Bhagat, Oracle

759 views

2 years ago

Roel Van de Paar
Software Engineering: Understanding stack frame of function call in C/C++? (4 Solutions!!)

Software Engineering: Understanding stack frame of function call in C/C++? Helpful? Please support me on Patreon: ...

3:41
Software Engineering: Understanding stack frame of function call in C/C++? (4 Solutions!!)

16 views

3 years ago

Padraic Edgington
9-1-a.  Stack Example 1

Example and walkthrough of code that accesses the memory stack.

7:24
9-1-a. Stack Example 1

3,259 views

8 years ago

No Tux Allowed
Simplifying the Stack

AMD and nVidia are raising GPU prices - https://wccftech.com/amd-raise-gpu-prices-by-at-least-10-percent/ - No word from Intel ...

47:37
Simplifying the Stack

66 views

2 months ago

Operation Mindcrime
Storage Allocation, Stack Discipline, Calling Conventions

How Computers Work. 2 Storage Allocation, Stack Discipline, Calling Conventions.

1:29:11
Storage Allocation, Stack Discipline, Calling Conventions

833 views

11 years ago

Roel Van de Paar
Software Engineering: Does Java copy method parameters to the stack frame of the called method?

Software Engineering: Does Java copy method parameters to the stack frame of the called method? Helpful? Please support me ...

3:23
Software Engineering: Does Java copy method parameters to the stack frame of the called method?

13 views

3 years ago

GNU Tools Cauldron
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

The talk will provide an overview of the different stack tracing methods (un-)available on s390 for user space. It will cover: Why ...

44:09
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

68 views

4 months ago

pwn.college
pwn.college - Memory Errors - Smashing the Stack

Let's learn about stack buffer overflows! More info here: pwn.college/modules/memory.

16:35
pwn.college - Memory Errors - Smashing the Stack

8,468 views

5 years ago

src7cse
Function declaration and body  in C, memory map,  stack frame, argc and argv[ ], return types etc.

Lecture material is here... https://drive.google.com/file/d/16dBiv_naKwbzlf7n3rrEqRHLvZj0q7ea/view?usp=sharing.

7:29
Function declaration and body in C, memory map, stack frame, argc and argv[ ], return types etc.

27 views

8 months ago

John Hammond
PicoCTF 2017 [33] A Thing Called the Stack

If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...

11:12
PicoCTF 2017 [33] A Thing Called the Stack

5,592 views

7 years ago