-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Fixes Features π« #1
Description:
We need to add baseline anti-cheat protection to the Javelin Project.
The protection should include:
- Debugger detection: Prevent the application from running when a debugger is attached.
- Suspicious process detection: Detect and block known cheat tools (e.g., Cheat Engine, x64dbg, OllyDbg).
Acceptance Criteria:
- Application exits when a debugger is detected.
- Application exits when a suspicious process is found.
- Works for both C++ client (
AntiCheat.cpp) and Python monitor (anti_cheat.py).
Reactions are currently unavailable