Skip to content

gmh5225/Driver-MapPage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another POC

After you map with kdmapper just free all mapped memory.
use (MmFreePagesFromMdl and FreePool) 
and you will only have one page allocated

in this method i am using .data ptr to communicate (NtUserGetObjectInformation) (https://www.unknowncheats.me/forum/anti-cheat-bypass/425352-driver-communication-using-data-ptr-called-function.html)
but you can use any kind of communication

Visual studio project

Properties-> C/C++ -> Optimization

Full program optimization (Yes (/GL))

Properties-> C/C++ -> Code generation:

Security Check (Disable Security Check (/GS-))
Control flow protection (No)

TODO

Replace KeAttachProcess with my Custom AttachProcess
https://github.com/EBalloon/Rw-No-Attach

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • C 47.8%