awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesProgram Counter Tracking

Recording and visualizing the sequence of addresses visited by the processor to analyze execution paths.

Distinct from Execution Flow Analyzers: Distinct from Execution Flow Analyzers: focuses specifically on program counter history and disassembly highlighting rather than general call stack analysis.

Explore 1 awesome GitHub repository matching software engineering & architecture · Program Counter Tracking. Refine with filters or upvote what's useful.

Awesome Program Counter Tracking GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mamedev/mameAvatar de mamedev

    mamedev/mame

    9,929Voir sur GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    MAME records visited program counter addresses and highlights them in disassembly views to analyze paths.

    C++
    Voir sur GitHub↗9,929
  1. Home
  2. Software Engineering & Architecture
  3. Execution Flow Analyzers
  4. Program Counter Tracking