awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesDebugger Evasion

Techniques for avoiding detection by software that specifically checks for the presence of a debugger.

Distinct from Debugger Detection: Distinct from Debugger Detection: focuses on the evasion of detection rather than the act of detecting a debugger.

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

Awesome Debugger Evasion GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • x64dbg/scyllahideAvatar von x64dbg

    x64dbg/ScyllaHide

    4,167Auf GitHub ansehen↗

    ScyllaHide is an anti-debugger bypass plugin and reverse engineering tool designed to hide a debugger from a target application. It functions as a user-mode API hooking library and DLL injection framework that prevents programs from detecting and closing themselves when being analyzed. The project enables malware analysis and the study of protected software by neutralizing security defenses. It achieves this by intercepting and modifying system library responses to deceive applications about their execution environment. The utility employs several technical methods to maintain stealth, inclu

    Hides the debugger from target applications to prevent the program from detecting the tool and closing.

    C++
    Auf GitHub ansehen↗4,167
  1. Home
  2. Security & Cryptography
  3. Debugger Evasion