Unsigned Kernel Mode Driver that does memory modifications
- get process id
- get base address of an image
- change protection of a memory region
- allocate memory region
- free memory
- read/write from address
- read/write from address with offset
- read from memory to buffer
- write to memory from buffer
- simulate mouse events
- simulate keyboard events
- pattern scan
- manual map x64
Install Windows Driver Kit
Load .sys file with KDMapper
If you need help with anything please contact us on Discord
Want to donate? https://www.buymeacoffee.com/stephenasuncion
I was able to create this driver with the help of a bunch of sources. If you see your source-code in the codebase of this repository, contact me to properly credit you.