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
- Host: GitHub
- URL: https://github.com/kahllo/anti_gameguardian
- Owner: Kahllo
- Created: 2025-03-11T21:13:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T21:53:08.000Z (over 1 year ago)
- Last Synced: 2025-03-21T05:18:20.467Z (about 1 year ago)
- Topics: android, anticheat, detection, gameguardian, protector
- Homepage:
- Size: 8.79 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :

### 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.