ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

277 results

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

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

437 views

11 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

2 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

3 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

Doxy::AI
The Stack #vtuber #learncpp #tutorial

The full version can be found here: https://www.youtube.com/watch?v=56ULVXIlorw If you prefer reading there is an associated ...

1:14
The Stack #vtuber #learncpp #tutorial

132 views

5 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

292 views

11 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

10 months 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?

2 views

7 months 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
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!!)

412 views

3 weeks 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

2 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

8 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

8 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

2 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

71 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

8 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

126 views

11 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

8 months ago

Sophia Wagner
How can I point a void pointer to different objects that share have different implementations of ...

How can I point a void pointer to different objects that share have different implementations of a virtual function? Hey guys!

1:44
How can I point a void pointer to different objects that share have different implementations of ...

0 views

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

10 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

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

693 views

1 month ago

Sophia Wagner
Is it undefined behaviour to use pointer after allocated memory?

Is it undefined behaviour to use pointer after allocated memory? Hey guys! Hopefully you found a solution that helped you!

3:34
Is it undefined behaviour to use pointer after allocated memory?

2 views

1 month ago