mirror of
https://github.com/winterknife/EVENSTAR
synced 2026-06-21 14:13:51 +00:00
EVENSTAR - KernelToUserInjector
Version
v3.0.0
Brief
ISA: x86Mode: LongBitness: 64-bitCPL: 0OS: WindowsLanguage: C- Sample code that demonstrates code injection from kernel-mode into a user-land process using APCs
Usage
[DBG]: +++ KernelToUserInjector.sys Loaded +++
[DBG]: KernelToUserInjector.sys Built May 6 2026 11:07:01
[DBG]: KernelToUserInjector: DriverObject = FFFFE508AFD7E2F0
[DBG]: KernelToUserInjector: RegistryPath = \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\KernelToUserInjector
[DBG]: [+] PID of target process: 712
[DBG]: [+] TID of thread in alertable wait state: 1032
[DBG]: [+] Payload buffer UVA: 0x0000020B242E0000
[DBG]: [+] Queued a special kernel APC to the target thread!
[DBG]: [+] Queued a regular user-mode APC to the target thread!
[DBG]: --- KernelToUserInjector.sys Unloaded ---
Tested OS Versions
Windows 11 25H2 Build 26200 Revision 8246 64-bit
References
- APC Series: User APC Internals
- Aspects of internals of the Asynchronous Procedure Calls from the kernel mode.
- Thread APC
- Bypassing the Microsoft-Windows-Threat-Intelligence Kernel APC Injection Sensor
- Blackbone
- Circumventing Windows Defender ATP's user-mode APC Injection sensor from Kernel-mode
- KernelInjector