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
·

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • unicorn-engine/unicornAvatar von unicorn-engine

    unicorn-engine/unicorn

    9,076Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,076
  • volatilityfoundation/volatilityAvatar von volatilityfoundation

    volatilityfoundation/volatility

    7,971Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,971
  • 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

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

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  • 504ensicslabs/limeAvatar von 504ensicsLabs

    504ensicsLabs/LiME

    1,995Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,995
  • rurik/noribenAvatar von Rurik

    Rurik/Noriben

    1,273Auf GitHub ansehen↗

    Noriben - Portable, Simple, Malware Analysis Sandbox

    Automated malware analysis tool using system monitoring.

    Python
    Auf GitHub ansehen↗1,273
  • vivisect/vivisectAvatar von vivisect

    vivisect/vivisect

    997Auf GitHub ansehen↗

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

    Automated reverse engineering and debugging framework.

    Python
    Auf GitHub ansehen↗997
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Dynamic Analysis and Debugging