DCIPCHECK v2.0
< RETURN TO LOGS
DOC_ID: VALORANT

How Riot Vanguard Monitors Thread Creation: System Call Hooking & Memory Scanning

DATE: 2026-08-26AUTHOR: Mariana Costa (Cloud Security Architect)
#VANGUARD#RIOT GAMES#KERNEL DRIVER#THREAD CREATION#ANTI-CHEAT
Dark holographic Windows kernel core with glowing thread conduits and security checkpoints
Fig 1. Riot Vanguard driver vgk.sys hooks into low-level Windows kernel callbacks to inspect process memory handles.

The Engine Inside Riot Kernel Driver (vgk.sys)

Unlike user-mode anti-cheat software that runs with standard desktop permissions, Riot Vanguard operates as a Boot-Start Kernel Driver (vgk.sys) at Ring 0. This privileged position allows Vanguard to intercept operating system events before unauthorized third-party executables can interact with Valorant or League of Legends.

The Key Windows Kernel Callbacks Utilized by Vanguard

Kernel RoutineMonitoring FunctionThreat Neutralized
PsSetCreateProcessNotifyRoutineExMonitors creation of any new executable processDetects cheat loaders launching in background
PsSetCreateThreadNotifyRoutineIntercepts new thread creation across the OSDetects remote thread injection (CreateRemoteThread)
ObRegisterCallbacksFilters open handle requests to game memoryStrips PROCESS_VM_READ and PROCESS_VM_WRITE permissions

Why Signature-Based Cheats Fail Against Callback Filtering

Even if a cheat author completely rewrites the cheat binary to avoid static file hash signatures, the moment the cheat attempts to acquire an open memory handle to VALORANT-Win64-Shipping.exe, Vanguard kernel callbacks intercept the request and strip all memory access rights.

Review our deep dive on Vanguard HWID ban vs IP ban mechanics.

Audit your system network profile and test your connection security on our DCIPCHECK Pro security portal.

> AUTHOR_CREDENTIALS_VERIFIED

☁️
Mariana CostaCODENAME: PROTOCOL

Cloud Security Architect

Mariana designs resilient, high-availability hybrid clouds. She is an expert in containerization security, zero-trust access control, and mitigating industrial-scale DDoS vulnerabilities.

AWS Security SpecialistCCSPKubernetes CKA

END OF TRANSMISSION

Was this intel useful? Verify your own connection security now.

RUN IP SCAN >