What are Processes? | Windows Internals

Опубликовано: 29 Июнь 2026
на канале: screeck
4,596
217

I made a discord server for everyone interested in low level programming and malware.
Check it out:
▶  / discord  

Discover the intricacies of Windows processes in this detailed video! We'll explore what a process is, how processes are created, and delve into their internals. Learn about process creation functions like CreateProcess(), the EPROCESS and KPROCESS structures, and how to use tools like WinDbg to investigate these processes. We'll also cover advanced topics such as Process Hollowing and reading PEB members in C. Whether you're a beginner or an advanced user, there's something here for you. Don't forget to like, comment, and subscribe for more insights and tutorials!


🖤 SUBSCRIBE 🖤
Twitter/X:
▶   / _screeck  
My github:
▶https://github.com/screeck/PEBAnalyser
Microsoft documentation:
▶https://learn.microsoft.com/en-us/win...
NirSoft
▶https://www.nirsoft.net/



Timestamp:
0:00 ⏩ Intro to processes
1:40 ⏩ Creating a process
5:34 ⏩ Digging into process internals
7:39 ⏩ Exploint PEB structure
10:00 ⏩ Reading PEB in C language







Understanding Windows processes
How to create a process in Windows
Exploring Windows process internals
Windows processes explained
Using CreateProcess() in Windows
Child processes in Windows
Windows process priority and scheduling
Task Manager process categories
Analyzing processes with WinDbg
EPROCESS and KPROCESS structures in Windows
Windows process tokens and security
Debugging Windows processes with WinDbg
Introduction to PEB in Windows
Using PEB for process exploration
Process Hollowing technique explained
Reading PEB members in C
Windows process creation functions
How Chrome handles processes
Windows user-mode vs kernel-mode
Advanced Windows process debugging techniques