Skip to content

[Feature] Implement Basic Anti-Cheat ProtectionΒ #2

@giteku

Description

@giteku

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions