
educationFeb 23, 202621:12pending
Course 25 - API Python Hacking | Episode 2: Foundations of Windows Internals and API Mechanisms
About this episode
In this lesson, you’ll learn about:
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
- Fundamentals of Windows Processes and Threads
- A process is a running program with its own virtual memory space
- Threads are units of execution inside processes, allocated CPU time to perform tasks
- Access tokens manage privileges and access rights; privileges can be enabled, disabled, or removed but cannot be added to an existing token
- Key System Programming Terminology
- Handles: Objects that act as pointers to memory locations or system resources
- Structures: Memory formats used to store and pass data during API calls
- Windows API Mechanics
- How applications interact with the OS via user space → kernel space transitions
- Anatomy of an API call, including parameters and naming conventions:
- "A" → Unicode version
- "W" → ANSI version
- "EX" → Extended or newer version
- Core Dynamically Linked Libraries (DLLs)
- kernel32.dll: Process and memory management
- user32.dll: Graphical interface and user interaction
- Researching functions using Windows documentation and tools like Dependency Walker to identify both documented and undocumented API calls
- Key Outcome
- Understanding of how Windows manages processes, threads, and privileges, along with the workflow for interacting with the operating system through APIs and DLLs.
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
Get every episode summarized
Each time CyberCode Academy publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.
Email me new episodesFree for 3 shows. No card needed.
Hosts & guests
No transcript yet
This episode has not been transcribed. Request it and it moves to the front of the queue.
More episodes
More from CyberCode Academy

Course 42 - Mobile Malware Analysis Fundamentals | Episode 9: Mastering Basic St...
CyberCode Academy
Sep 5, 202621:16completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 8: Static Analysis of...
CyberCode Academy
Sep 4, 202621:15completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 7: Malware Tools and...
CyberCode Academy
Sep 3, 202621:03completed

Course 42 - Mobile Malware Analysis Fundamentals | Episode 6: The Evolution and...
CyberCode Academy
Sep 2, 202622:42pending