backengineering / POC-ExFlushTb

A POC for monitoring Tb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POC-ExFlushTb

A POC for monitoring Tb. This code is not neat, it's just a POC.

image

Principle

Hijack HalIommuDispatch + 0x48 image

KeFlushSingleTb
    -> ExFlushTb
KeFlushTb
    -> ExFlushTb

Compile

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

About

A POC for monitoring Tb

License:MIT License


Languages

Language:C++ 100.0%