awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesDynamic Analysis and Debugging

Tools for monitoring, tracing, and debugging running processes.

Explore 6 awesome GitHub repositories matching part of an awesome list · Dynamic Analysis and Debugging. Refine with filters or upvote what's useful.

Awesome Dynamic Analysis and Debugging GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • unicorn-engine/unicornالصورة الرمزية لـ unicorn-engine

    unicorn-engine/unicorn

    9,076عرض على GitHub↗

    Unicorn is a multi-architecture CPU emulation framework and library that utilizes just-in-time compilation to execute instructions across various processor architectures, including ARM, x86, and RISC-V. It functions as both a JIT compilation engine and an instrumentation tool, allowing for the execution of machine code without the need for physical hardware. The framework is distinguished by its hook-based execution instrumentation, which enables the interception of specific instructions and memory accesses to trigger custom callback functions. It provides a language-agnostic binding layer an

    Lightweight multi-platform CPU emulator for analysis.

    C
    عرض على GitHub↗9,076
  • volatilityfoundation/volatilityالصورة الرمزية لـ volatilityfoundation

    volatilityfoundation/volatility

    7,971عرض على GitHub↗

    Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from volatile computer memory dumps. It functions as a memory dump parser and analysis platform used to identify running processes, network connections, and loaded modules from a system RAM capture. The framework enables the reconstruction of system state to uncover malicious activity, such as rootkits and injected code, during malware incident response and threat hunting. It provides capabilities for digital forensic investigations to detect unauthorized access and indicators of com

    Advanced memory forensics and analysis framework.

    Pythonmalwarememorypython
    عرض على GitHub↗7,971
  • hyperdbg/hyperdbgالصورة الرمزية لـ HyperDbg

    HyperDbg/HyperDbg

    3,885عرض على GitHub↗

    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

    Switches debugging focus to specific processes or threads to isolate execution context.

    Cbinary-analysisdebugdebugger
    عرض على GitHub↗3,885
  • 504ensicslabs/limeالصورة الرمزية لـ 504ensicsLabs

    504ensicsLabs/LiME

    1,995عرض على GitHub↗

    LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures from Android devices. It also minimizes its interaction between user and kernel space processes during acquisition, which allows it to produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisitio

    Loadable kernel module for memory acquisition.

    C
    عرض على GitHub↗1,995
  • rurik/noribenالصورة الرمزية لـ Rurik

    Rurik/Noriben

    1,273عرض على GitHub↗

    Noriben - Portable, Simple, Malware Analysis Sandbox

    Automated malware analysis tool using system monitoring.

    Python
    عرض على GitHub↗1,273
  • vivisect/vivisectالصورة الرمزية لـ vivisect

    vivisect/vivisect

    997عرض على GitHub↗

    A combined disassembler/static analysis/symbolic execution/debugger framework.

    Automated reverse engineering and debugging framework.

    Python
    عرض على GitHub↗997
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Dynamic Analysis and Debugging