awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • javascript-obfuscator/javascript-obfuscatorjavascript-obfuscator का अवतार

    javascript-obfuscator/javascript-obfuscator

    16,129GitHub पर देखें↗

    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
    GitHub पर देखें↗16,129
  • lordnoteworthy/al-khaserLordNoteworthy का अवतार

    LordNoteworthy/al-khaser

    7,001GitHub पर देखें↗

    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++
    GitHub पर देखें↗7,001
  • hyperdbg/hyperdbgHyperDbg का अवतार

    HyperDbg/HyperDbg

    3,885GitHub पर देखें↗

    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
    GitHub पर देखें↗3,885
  • byt3bl33d3r/offensivenimbyt3bl33d3r का अवतार

    byt3bl33d3r/OffensiveNim

    3,033GitHub पर देखें↗

    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
    GitHub पर देखें↗3,033
  1. Home
  2. Security & Cryptography
  3. Debugger Detection

सब-टैग एक्सप्लोर करें

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