Tutorials

Windows InternalsWindows Process Creation Internals & PEBDeeply understand how Windows creates new processes, detailing the internal workings of the CreateProcess API, kernel object management, memory mapping, and the…Jul 24, 2025 · 5 min readRead →Exploit Developmentx86 and x64 Assembly from ScratchTo gain a deep, foundational understanding of how x86 and x64 assembly work, from CPU registers and calling conventions to memory addressing…Apr 25, 2025 · 5 min readRead →Exploit DevelopmentWhat is Exploit Development?To build a comprehensive understanding of what exploit development is, its goals, classifications, and how attackers leverage vulnerabilities to hijack program execution.…Apr 25, 2025 · 12 min readRead →Windows InternalsPE File Format Deep DiveUnderstand the internal structure of Windows Portable Executable (PE) files, including the DOS and NT headers, section table, and directory structures like…Apr 25, 2025 · 5 min readRead →Windows InternalsWindows Services & SCM InternalsUnderstand the architecture and functioning of Windows services, how the Service Control Manager (SCM) manages service lifecycles, service types, and dependencies, and…Apr 25, 2025 · 5 min readRead →Windows InternalsWindows Scheduled TasksUnderstand the architecture and internals of Windows Task Scheduler, how scheduled tasks are created and executed, and how adversaries abuse them for…Apr 25, 2025 · 12 min readRead →Windows InternalsWindows Registry InternalsExplore the internal structure and functionality of the Windows Registry, including its hive-based architecture, key-value model, data types, and how it enables…Apr 25, 2025 · 5 min readRead →Windows InternalsWindows File System Internals (NTFS)The NTFS (New Technology File System) is the default file system for modern Windows versions, designed to be secure, scalable, recoverable, and…Apr 25, 2025 · 14 min readRead →Windows InternalsWindows Boot ProcessUnderstand the internal steps that take place when a Windows machine powers on, leading up to the execution of user-level processes like…Apr 25, 2025 · 14 min readRead →Windows InternalsWindows OS ArchitectureUnderstand how Windows is built under the hood - from User Mode to Kernel Mode, system layers, and what makes it tick.…Apr 25, 2025 · 15 min readRead →