awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDynamic Binary Analysis

Observing and analyzing a compiled program's behavior during runtime to debug logic and visualize execution flow.

Distinguishing note: Candidates focus on dynamic programming algorithms or forensic artifact analysis, not runtime binary observation.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Dynamic Binary Analysis. Refine with filters or upvote what's useful.

Awesome Dynamic Binary Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • geohot/qiraAvatar de geohot

    geohot/qira

    4,070Ver en GitHub↗

    Qira is a runtime analysis tool and interactive binary debugger designed for the QEMU emulator. It functions as a binary execution tracer that records a full timeline of instruction invocations and provides a system for monitoring memory operations within guest processes. The project enables the analysis of compiled binaries by tracing instruction-level execution and mapping raw memory addresses to user-defined annotations. It includes capabilities for state-snapshotting to manage execution forks, allowing the navigation of divergent logic paths and the inspection of CPU register states and s

    Observes programs while they run to debug logic errors and visualize the flow of execution through different forks.

    C
    Ver en GitHub↗4,070
  • rpisec/malwareAvatar de RPISEC

    RPISEC/Malware

    4,028Ver en GitHub↗

    This project is a cybersecurity educational resource and courseware designed for malware analysis and reverse engineering. It provides a structured curriculum of lessons, labs, and guided projects focused on detecting and understanding the behavior of malicious software. The resource includes a lab guide for building isolated virtual machine environments to safely execute and study malware. It covers the setup of a specialized toolchain consisting of disassemblers and debuggers used to analyze compiled machine code. The training material covers both static analysis, which examines binary cod

    Implements methods for observing and analyzing compiled program behavior during runtime.

    Ver en GitHub↗4,028
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Binary Analysis