Function hooking is a technique used in computer programming that allows a programmer to intercept and modify the behavior of a function in a third-party application or library. This is typically done by redirecting the function’s entry point to a … Read More
Drivers

Vulnerable Drivers – Catastrophic Security Risks
What is a kernel mode driver? A kernel mode driver is a type of computer software that operates at the highest privilege level in an operating system. This means that it has direct access to the system’s hardware and can … Read More
Tags: Arbitrary Code Execution, Drivers, IOCTL, KMDF