backengineering / CallMeWin32kDriver

Load your driver similar to win32k.sys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CallMeWin32kDriver

Load your driver similar to win32k.sys

Q`NXJ7G@89G@K)6~5H8JA@6

~MF %CSVW(FCL8H1G4UJ@6Y

Motivation

This feature was analyzed from a certain PUBG cheat driver.

What it can do?

  • Protection against direct dump by Anti-Rootkit tools
  • Bypass MmCopyMemory
  • Does not trigger PatchGuard

How to detect?

  • Attach a GUI process before using MmCopyMemory

Compile

  • Visual Studio 2022 & WDK10
  • llvm-msvc [link]

About

Load your driver similar to win32k.sys

License:MIT License


Languages

Language:C++ 93.3%Language:C 6.7%