Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A PoC for exploiting Tower Of Fantasy anti-cheat driver

Notifications You must be signed in to change notification settings

svespalec/TowerOfFlaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TowerOfFlaws

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

Demo.mp4

Building

Requires CMake 3.20+ and a C++20 compiler (MSVC recommended).

cd Exploit
cmake -B out -S .
cmake --build out --config Release

Usage

  1. Load the driver (GameDriverX64.sys must be registered as a service)
  2. Open notepad.exe
  3. Run TowerOfFlaws.exe
  4. Press DELETE to terminate the protected notepad process

Disclaimer

This is a security research proof of concept. Use responsibly and only on systems you own or have explicit authorization to test.

About

A PoC for exploiting Tower Of Fantasy anti-cheat driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors