ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

241 results

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

409 views

10 months ago

Peter Schneider
Pointers reassignment with value from stack

Pointers reassignment with value from stack I hope you found a solution that worked for you :) The Content is licensed under ...

2:38
Pointers reassignment with value from stack

24 views

11 months 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

65 views

2 months ago

Nida Karagoz
How to prepare stack pointer for bare metal Rust? (2 SOLUTIONS!!)

How to prepare stack pointer for bare metal Rust? (2 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:38
How to prepare stack pointer for bare metal Rust? (2 SOLUTIONS!!)

0 views

9 months ago

Peter Schneider
Stack memory in a freestanding environment

Stack memory in a freestanding environment I hope you found a solution that worked for you :) The Content is licensed under ...

3:54
Stack memory in a freestanding environment

0 views

2 months ago

OpenSecurityTraining2
Arch1005 01 Registers

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

10:41
Arch1005 01 Registers

282 views

10 months ago

Single-line
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself st...

Source: https://stackoverflow.com/questions/79329275 Question Author: - Julian Zalewski ...

0:41
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself st...

2 views

1 month ago

Single-line
Can I pass a pointer to a consteval function as an NTTP in C++?

Source: https://stackoverflow.com/questions/79761332 Question Author: - Noam Elul https://stackoverflow.com/users/14013278 ...

0:31
Can I pass a pointer to a consteval function as an NTTP in C++?

198 views

1 month ago

Roel Van de Paar
Difference between auto and auto\* when storing a pointer

Difference between auto and auto* when storing a pointer Helpful? Please use the *Thanks* button above! Or, thank me via ...

1:27
Difference between auto and auto\* when storing a pointer

49 views

5 months ago

Single-line
Does memcpy require pointer to array rather than first element?

Source: https://stackoverflow.com/questions/79657838 Question Author: - JMC https://stackoverflow.com/users/5001448 Answer ...

0:31
Does memcpy require pointer to array rather than first element?

1 view

6 months ago

The Debug Zone
How to Properly Set SS and SP Registers in i386 Assembly Programming

... assembly programming, focusing specifically on the proper setup of the Stack Segment (SS) and Stack Pointer (SP) registers.

3:41
How to Properly Set SS and SP Registers in i386 Assembly Programming

8 views

3 months ago

Single-line
Is difference between two pointers pointing to the same deallocated array well-defined in C?

Source: https://stackoverflow.com/questions/79739298 Question Author: - Rasmus https://stackoverflow.com/users/5712434 ...

0:34
Is difference between two pointers pointing to the same deallocated array well-defined in C?

150 views

1 month ago

Roel Van de Paar
push_backing into list of pointers causes memory leak (3 Solutions!!)

push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:16
push_backing into list of pointers causes memory leak (3 Solutions!!)

377 views

2 days ago

Single-line
What is array-to-pointer conversion aka. decay?

Source: https://stackoverflow.com/questions/1461432 Question Author: - Vamsi https://stackoverflow.com/users/177303 Answer ...

2:19
What is array-to-pointer conversion aka. decay?

0 views

11 months ago

Single-line
MSVC calls wrong virtual method when storing a pointer to virtual method in a static inline variable

Source: https://stackoverflow.com/questions/79612955 Question Author: - Artem Selivanov ...

0:53
MSVC calls wrong virtual method when storing a pointer to virtual method in a static inline variable

0 views

7 months ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 03 05 JustReturn (-O0) Frame Pointers Aside

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

3:04
Arch1005: RISC-V Assembly 03 05 JustReturn (-O0) Frame Pointers Aside

117 views

10 months ago

Peter Schneider
How to use buffer overflow to modify function pointer value?

How to use buffer overflow to modify function pointer value? I hope you found a solution that worked for you :) The Content is ...

2:23
How to use buffer overflow to modify function pointer value?

1 view

7 months ago

Peter Schneider
How does Rust know how big any of the smart pointer types are supposed to be?

How does Rust know how big any of the smart pointer types are supposed to be? I hope you found a solution that worked for you ...

2:36
How does Rust know how big any of the smart pointer types are supposed to be?

0 views

7 months ago

Single-line
Why is it ok to cast to an undeclared struct pointer in C?

Source: https://stackoverflow.com/questions/79608931 Question Author: - Dan https://stackoverflow.com/users/14940626 Answer ...

0:51
Why is it ok to cast to an undeclared struct pointer in C?

18 views

7 months ago

Sophia Wagner
Is casting a pointer to a pointer to an array considered UB?

Is casting a pointer to a pointer to an array considered UB? duplicate Hey guys! Hopefully you found a solution that helped you!

2:04
Is casting a pointer to a pointer to an array considered UB?

12 views

1 month ago

Nida Karagoz
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself store

Why does GCC's static analyser falsely warn that a pointer to an allocated memory block itself store ✧ I really hope you found a ...

2:26
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself store

1 view

9 months ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 04 Local Variables 01 SingleLocalVariable.c 2

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

13:33
Arch1005: RISC-V Assembly 04 Local Variables 01 SingleLocalVariable.c 2

70 views

10 months ago

Empathy Monster
Hare Programming Tutorial | 5 of n - Memory Management

Part 5 of a series covering the official Hare programming language tutorial. This video covers Memory Management.

1:13:31
Hare Programming Tutorial | 5 of n - Memory Management

682 views

1 month ago

Single-line
Why does K&R say that pointers are preferable to arrays as function parameters?

Source: https://stackoverflow.com/questions/79553314 Question Author: - Roee Zamir https://stackoverflow.com/users/23287531 ...

1:27
Why does K&R say that pointers are preferable to arrays as function parameters?

0 views

1 month ago

Electrical & Computer Learning Center, ECL Center
Performance Engineering of Software Systems - MIT - Lec 11

Lecture 11: Storage Allocation Description: This lecture discusses different means of storage allocation, including stacks, ...

1:05:26
Performance Engineering of Software Systems - MIT - Lec 11

15 views

8 months ago