Skip to content

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

Notifications You must be signed in to change notification settings

Exaphis/Tsunami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published