KDMapper variant with an embedded driver stored as hexadecimal data.
KDMapper-Hex allows loading a kernel driver without placing a .sys file on disk.
The driver is embedded directly into the executable as hexadecimal data and mapped at runtime.
- No
.sysfiles on disk - Single executable deployment
- Standard KDMapper behavior
- Driver stored as embedded hex data
- Driver binary is converted to hexadecimal
- Hex data is embedded in
Hex.hpp - Hex is reconstructed into a binary image at runtime
- KDMapper maps the driver into kernel memory
- Based on the original KDMapper project
- Driver is never written to disk
- No file I/O related to the driver
- Windows 7 or newer
- Visual Studio 2015+
- Administrator privileges
This project is based on the original KDMapper
All original license terms apply