System Service Descriptor Table

ID: system-service-descriptor-table

The System Service Descriptor Table (SSDT) is a critical data structure used in the Windows operating system. It acts as a lookup table for system calls from user mode applications to kernel mode services. Here are some key points about it: 1. **Purpose**: SSDT maps system call indices to their corresponding kernel functions.

New to topics? Read the docs here!