awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDebugger Detection Techniques

Methods for identifying attached debuggers by polling system flags, hardware breakpoints, and environment indicators.

Distinct from System Flag Unlocking: Candidates refer to feature flags for application configuration, not system flags for debugger detection.

Explore 1 awesome GitHub repository matching security & cryptography · Debugger Detection Techniques. Refine with filters or upvote what's useful.

Awesome Debugger Detection Techniques GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lordnoteworthy/al-khaserAvatar de LordNoteworthy

    LordNoteworthy/al-khaser

    7,001Voir sur GitHub↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    Checks system flags and hardware breakpoints to determine if a debugger is currently attached to the process.

    C++
    Voir sur GitHub↗7,001
  1. Home
  2. Security & Cryptography
  3. Debugger Detection Techniques