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
·

4 Repos

Awesome GitHub RepositoriesDebugger Detection

Techniques to identify if a process is being debugged using hardware breakpoints and system flags.

Distinct from Debugger Command APIs: Existing candidates focus on debugger plugin development or APIs, not the act of detecting a debugger for evasion.

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

Awesome Debugger Detection GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • javascript-obfuscator/javascript-obfuscatorAvatar von javascript-obfuscator

    javascript-obfuscator/javascript-obfuscator

    16,129Auf GitHub ansehen↗

    This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha

    Injects protections that detect attached debuggers and freeze browser developer tools.

    TypeScript
    Auf GitHub ansehen↗16,129
  • lordnoteworthy/al-khaserAvatar von LordNoteworthy

    LordNoteworthy/al-khaser

    7,001Auf GitHub ansehen↗

    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 environment flags, hardware breakpoints, and API indicators to determine if a debugger is attached.

    C++
    Auf GitHub ansehen↗7,001
  • hyperdbg/hyperdbgAvatar von HyperDbg

    HyperDbg/HyperDbg

    3,885Auf GitHub ansehen↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Hides the hypervisor from detection techniques to prevent software from identifying the analysis environment.

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  • byt3bl33d3r/offensivenimAvatar von byt3bl33d3r

    byt3bl33d3r/OffensiveNim

    3,033Auf GitHub ansehen↗

    OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje

    Includes mechanisms to detect debuggers using Thread Local Storage callbacks to prevent analysis.

    Nim
    Auf GitHub ansehen↗3,033
  1. Home
  2. Security & Cryptography
  3. Debugger Detection

Unter-Tags erkunden

  • Hypervisor ObfuscationHides hypervisor presence from detection techniques to prevent identification of the analysis environment. **Distinct from Debugger Detection:** Distinct from Debugger Detection: focuses on hiding the hypervisor specifically rather than detecting debuggers.