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…Read →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…Read →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.…Read →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…Read →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…Read →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…Read →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…Read →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…Read →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…Read →Windows InternalsWindows OS ArchitectureUnderstand how Windows is built under the hood - from User Mode to Kernel Mode, system layers, and what makes it tick.…Read →