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

https://github.com/kahllo/anti_gameguardian

🛡️ Anti GameGuardian is a native C++ library that detects and blocks Game Guardian
https://github.com/kahllo/anti_gameguardian

android anticheat detection gameguardian protector

Last synced: 8 months ago
JSON representation

🛡️ Anti GameGuardian is a native C++ library that detects and blocks Game Guardian

Awesome Lists containing this project

README

          

# Anti_GameGuardian
🛡️ Anti GameGuardian is a native C++ library that detects and blocks GameGuardian

## 🚀 Features
✅ **Detects and prevents Game Guardian memory scans**
✅ **Runs automatically – no JNI function calls required**
✅ **Precompiled `.so` files for easy integration**
✅ **Lightweight, efficient, and stealthy anti-cheat protection**

## 🔧 How to Integrate

### 1️⃣ **Download the Precompiled `.so` Files**
📥 Get the latest release from [Releases](https://github.com/Kahllo/Anti_GameGuardian/releases).

---

### 2️⃣ **Add `.so` Files to Your Project**
Place the .so folders in your app’s `jniLibs/` folder:
Example :

image

### 3️⃣ **Load the ggdetection library**

```
// System.loadLibrary("ggdetection")
```

4️⃣ Demo Video :

https://github.com/user-attachments/assets/7223ad1b-c6a1-473b-a23e-7055e06e8bf1

**📜 License & Usage**

This is a proprietary anti-cheat solution. No source code is provided.