Skip to content

Files

Latest commit

40adef1 · Nov 29, 2023

History

History
23 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 711 Bytes

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]