This project showcases dumping kernel drivers from usermode
It is composed of 2 main components:
-
dejavu
A kernel driver that communicates with the usermode process through a shared memory page. The driver currently implements one operation:
-kreadreads an arbitrary kernel address and returns the contents to usermode. -
moonwalk
A usermode application that interfaces with the kernel driver to send commands and receive data.
- All x64 Windows builds
- AMD/Intel
- Launch
moonwalk.exe [target_driver_name] - Sign and load the driver. Otherwise, use kdmapper, KDU
- Enjoy!
- @SamuelTulach - README design
