Proof of concept demonstrating arbitrary process protection and termination vulnerabilities in Tower of Fantasy's anti-cheat driver (GameDriverX64.sys).
For the full technical writeup, see the blog post.
Demo.mp4
Requires CMake 3.20+ and a C++20 compiler (MSVC recommended).
cd Exploit
cmake -B out -S .
cmake --build out --config Release
- Load the driver (
GameDriverX64.sysmust be registered as a service) - Open
notepad.exe - Run
TowerOfFlaws.exe - Press
DELETEto terminate the protected notepad process
This is a security research proof of concept. Use responsibly and only on systems you own or have explicit authorization to test.