0xbekoo
  • Documentation
  • Blogs
  • Projects

DOCS

Windows Kernel Development

Documentation paths grouped by topic, from malware development to firmware internals.

You can check the following sections to review documentations related to Windows Kernel Development:

01 2025-05-15 Deferred Procedure Call DPC DPC (Deferred Procedure Call) is a mechanism in windows kernel. It’s used to let the schedule a function to run later at a lower IRQL. In … RUN
02 2024-12-26 System Service Descriptor Table In this documentation we will discuss SSDT in the windows systems. What is SSDT? So, SSDT (System Service Descriptor Table) is a list of system calls … RUN
03 2024-08-30 Virtual Memory In this documentation we will discuss Virtual Memory in Windows Kernel. What is Virtual Memory “Windows uses a virtual memory system that makes … RUN
04 2024-08-26 Input/Output Control (IOCTL) In this documentation, we will discuss IOCTL mechanism on Windows. What is IOCTL? I/O Control Codes (IOCTLs) are a mechanism used for communication … RUN
05 2024-08-22 I/O Request Packets (IRP) In this documentation, we will discuss IRP. What is I/O Request Packet An I/O Request Packet (IRP) in the Windows operating system is a structure used … RUN

© 0xbekoo 2026 | 0xbekoo.github.io

Twitter GitHub