yougar0 / BlindEye

BattlEye kernel module bypass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlindEye: BattlEye kernel module bypass

logo

Overview

BlindEye is a kernel module that prevents the BattlEye kernel module from reporting abnormal data.

Mechanism

By hooking the ExAllocatePool and ExAllocatePoolWithTag functions imported by the BattlEye kernel module, the memory allocation requests of the "report" function are dropped and the kernel detections are bypassed.

Details

中文

English

About

BattlEye kernel module bypass

License:MIT License


Languages

Language:C++ 69.2%Language:C 30.8%