Rat431 / ColdKernel_KUSER

A simple kernel mode driver that hooks some values at the KUSER_SHARED_DATA structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColdKernel_KUSER

ColdKernel is a simple driver that runs in Kernel mode privilege. 
The main purpose of this driver is to give to the user the ability to hook a protected memory region structure called KUSER_SHARED_DATA, which is always located at the base
address 0x7FFE0000.

About

A simple kernel mode driver that hooks some values at the KUSER_SHARED_DATA structure.

License:MIT License


Languages

Language:C 100.0%