ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

31 results

LearnThatStack
Memory Explained  - Why Your Code Crashes (Stack vs Heap)

Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...

5:45
Memory Explained - Why Your Code Crashes (Stack vs Heap)

2,624 views

3 days ago

cloud&AIinternals
Stack Trash - Windbg Part 25

Link for the entire course: https://www.udemy.com/course/windbg-a-complete-guide/ Use DISCOUNT coupon MONTHYEAR ...

12:56
Stack Trash - Windbg Part 25

0 views

4 days ago

Open Source
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

303 views

5 days ago

E&C SIMPLIFIED
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...

16:37
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

15 views

4 days ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

17,568 views

4 days ago

Rayan's Classroom
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...

13:50
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

197 views

7 days ago

Dr. Africa
Cossacks 3 - TUTORIAL - STOP LOSING! THE ARMY STACKING TRICK YOU NEED

00:00 Introduction 02:28 Method #1 - Minimap way (BEST) 07:45 Method #2 - Noob Way 11:03 Method #3 - Noob Way on ...

17:52
Cossacks 3 - TUTORIAL - STOP LOSING! THE ARMY STACKING TRICK YOU NEED

274 views

2 days ago

SystemDR - Scalable System Design
How to Set Breakpoints and View Call Stacks in WinDbg | Windows Debugging

Learn how to set breakpoints and view call stacks in WinDbg, the most powerful Windows debugging tool used by kernel ...

9:10
How to Set Breakpoints and View Call Stacks in WinDbg | Windows Debugging

6 views

4 days ago

E&C SIMPLIFIED
ARM7 Stack Operations Explained: STMFD, LDMFD, FA, EA, ED, FD in Keil

Keil Simulation: Watch these instructions in action using the Keil MicroVision debugger to see the Stack Pointer ($R13$) change ...

16:32
ARM7 Stack Operations Explained: STMFD, LDMFD, FA, EA, ED, FD in Keil

18 views

2 days ago

BitFlip Academy
Microcontroller BootUp Sequence: From Power-On Reset to main().

Topics covered in this video: • What happens immediately after power-on or reset • How MSP (Main Stack Pointer) is loaded from ...

4:55
Microcontroller BootUp Sequence: From Power-On Reset to main().

93 views

23 hours ago

vlogommentary
Does the const Qualifier in C Apply to the Memory or the Pointer?

Understand whether the const qualifier in C marks the pointer or the memory area. Learn how C type qualifiers affect memory ...

4:13
Does the const Qualifier in C Apply to the Memory or the Pointer?

0 views

4 days ago

Chang Tan
D/Invoked Attack Chains

So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...

6:54
D/Invoked Attack Chains

17 views

5 days ago

CyberDucky
Your CPU Doesn’t Understand Code

Your CPU Only Understands This** What actually happens when a program runs? In this video, we break software down to the ...

5:13
Your CPU Doesn’t Understand Code

13 views

5 hours ago

Thirumala Tech Vishwa Guru
❌ WHY NO DESTRUCTOR OVERLOADING? ONLY ONE DESTRUCTOR! THIS C++ RULE SHOCKS!!!

Why does C++ allow constructor overloading but completely forbid destructor overloading? This question confuses many C++ ...

10:55
❌ WHY NO DESTRUCTOR OVERLOADING? ONLY ONE DESTRUCTOR! THIS C++ RULE SHOCKS!!!

11 views

6 days ago

Kunusoft
Dynamic Memory Allocation in Arm64 Assembly Explained #raspberrypi #assembly #linkedlists

In this video, we explore how to allocate dynamic memory after the data segment in Arm64 assembly to build runtime data ...

8:01
Dynamic Memory Allocation in Arm64 Assembly Explained #raspberrypi #assembly #linkedlists

315 views

6 days ago

Tech Simplified
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

Struggling to understand Linked Lists? This video explains Linked Lists in just 5 minutes — the easiest and fastest way to ...

5:23
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

9 views

7 days ago

Refreshing Views
I took thousands of images of Saturn and Jupiter SharpCap Complete Guide to Planetary Live Imaging

00:00 Introduction 00:31 Sharpcap planet primer 03:10 Goto Saturn and focus 03:46 Equipment and setup 04:18 Saturn settings ...

15:11
I took thousands of images of Saturn and Jupiter SharpCap Complete Guide to Planetary Live Imaging

840 views

3 days ago

Know about Embedded Systems
Recursion In C Programming  | Recursive function in C | Volatile Qualifier | Const Qualifier

Recursion in C is a programming technique where a function calls itself to solve a problem. The function repeatedly breaks a ...

19:40
Recursion In C Programming | Recursive function in C | Volatile Qualifier | Const Qualifier

44 views

5 days ago

Learner's Academy
[EXCLUSIVE] Harvard CS50x Course 2018 – Dynamic Memory Allocation | Lecture 24.3

Exclusive Harvard 2018 CS50x Course Content – Available for a Limited Time Only! This is a rare opportunity to access ...

14:17
[EXCLUSIVE] Harvard CS50x Course 2018 – Dynamic Memory Allocation | Lecture 24.3

0 views

6 days ago

vlogommentary
Fixing NSTableView Drag Cancel Crash by Resetting draggingDestinationFeedbackStyle

Learn how to prevent crashes after canceled drag operations in NSTableView by properly resetting ...

4:14
Fixing NSTableView Drag Cancel Crash by Resetting draggingDestinationFeedbackStyle

0 views

5 days ago