gmh5225 / Driver-kaldereta

Unsigned Kernel Mode Driver that does memory modifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaldereta Preview

Kaldereta

Unsigned Kernel Mode Driver that does memory modifications

Features

  • 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

Setup

Install Windows Driver Kit

Load .sys file with KDMapper

Support

If you need help with anything please contact us on Discord

Want to donate? https://www.buymeacoffee.com/stephenasuncion

License

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.

GNU General Public License v3.0

About

Unsigned Kernel Mode Driver that does memory modifications

License:GNU General Public License v3.0


Languages

Language:C++ 75.2%Language:C 24.8%