/Tsunami

Windows driver used to read and write memory from kernel space.

Primary LanguageC

Tsunami

Yet another Windows driver used to read and write memory from kernel.

It receives instructions from userland using named events and shared memory.

Building

This project has been tested to work on Windows 10, versions 1709 and 1809. It was built using WDK 10, Release x64.

Make sure to generate your own unique GUIDs (3) and insert them in both Driver.c and KeInterface.h. This is to prevent anti-cheats from detecting the driver through its section or event names.

Loading

The driver is designed to be "driverless" and able to be manual mapped by a tool such as drvmap, Turla Driver Loader, or kdmapper.

It has been verified to work with drvmap and kdmapper.

Acknowledgments