An open API service indexing awesome lists of open source software.

https://github.com/gmh5225/antikerneldebug-poc

POC about how to detect windows kernel debug by pool tag.
https://github.com/gmh5225/antikerneldebug-poc

antidebug driver kernel llvm-msvc pooltag windows

Last synced: about 1 month ago
JSON representation

POC about how to detect windows kernel debug by pool tag.

Awesome Lists containing this project

README

        

# AntiKernelDebug-poc

## What's this?
A POC about how to detect windows kernel debug by pool tag.

## How does this poc actually work?
Query system pool tag information matches TagUlong == 'oIdK'.

Tested in Win10 1809

![image](https://github.com/gmh5225/AntiKernelDebug-poc/blob/main/images/1.png)

## Compile
- Visual Studio 2019
- llvm-msvc [[link]](https://github.com/NewWorldComingSoon/llvm-msvc-build/releases)