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 RepositoriesConsole Execution Debuggers

Provides tools to inspect and analyze software execution during runtime to assist in troubleshooting, development, and compatibility testing.

Distinct from In-App Debugging Consoles: Distinct from general in-app debugging consoles: focuses on runtime inspection and troubleshooting of emulated console software.

Explore 6 awesome GitHub repositories matching development tools & productivity · Console Execution Debuggers. Refine with filters or upvote what's useful.

Awesome Console Execution Debuggers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rpcs3/rpcs3Avatar von RPCS3

    RPCS3/rpcs3

    18,209Auf GitHub ansehen↗

    RPCS3 is a C++ application that functions as a software environment for executing and managing PlayStation 3 console titles on desktop operating systems. It operates by translating proprietary console hardware instructions and graphics commands into formats compatible with modern computer hardware, allowing for the execution of original game software. The emulator distinguishes itself through a comprehensive suite of tools for managing game libraries, applying software patches to modify performance characteristics, and tracking the compatibility status of individual titles. It includes integr

    Provides tools to inspect and analyze software execution during runtime to assist in troubleshooting, development, and compatibility testing of complex console titles.

    C++assembly-languageccpp
    Auf GitHub ansehen↗18,209
  • cloudwu/skynetAvatar von cloudwu

    cloudwu/skynet

    14,075Auf GitHub ansehen↗

    Skynet is a distributed game server framework designed for building scalable online game backends. It utilizes distributed actor-based clusters and real-time network communication to manage high-concurrency session coordination across multiple nodes. The framework includes a cluster management orchestrator for coordinating services via cluster-wide messaging and dynamic configuration updates. It features a multi-protocol network gateway supporting TCP, UDP, and WebSockets, alongside a data encoding layer using BSON and Sproto serialization for efficient information transfer between distribute

    Provides a runtime console for inspecting execution and monitoring memory usage without restarting the server.

    C
    Auf GitHub ansehen↗14,075
  • cemu-project/cemuAvatar von cemu-project

    cemu-project/Cemu

    9,029Auf GitHub ansehen↗

    Cemu is a cross-platform game console emulator designed to replicate the Nintendo Wii U hardware environment. It provides a software simulation layer that allows original Wii U games and homebrew applications to run on Windows, Linux, and macOS. The project translates guest machine code and graphics API calls into host instructions and modern shaders to enable hardware acceleration. It utilizes a dynamic recompilation engine and a host-API graphics backend to interface with Vulkan or OpenGL. The system manages hardware simulation through multi-threaded CPU emulation, memory-mapped I/O simula

    Enables the execution of community-made homebrew applications on a PC.

    C++cemucemu-emulatorcpp
    Auf GitHub ansehen↗9,029
  • lumateam/luma3dsAvatar von LumaTeam

    LumaTeam/Luma3DS

    6,495Auf GitHub ansehen↗

    Luma3DS is a custom firmware for the Nintendo 3DS that removes factory restrictions to enable the execution of unsigned homebrew and game modifications. It functions as a kernel-level system extension that hooks system calls to bypass hardware limitations and introduce new operating system capabilities. The project serves as a homebrew payload loader, using boot-time mechanisms to launch third-party software and custom firmware versions. It also provides a game modding framework capable of patching executable code and intercepting file requests to load custom assets and modified data. The en

    Provides the runtime environment necessary to execute unsigned community-made software and modifications on the console.

    C3dscustom-firmwarehomebrew
    Auf GitHub ansehen↗6,495
  • 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

    Continues the execution of a paused debuggee in either local or remote debugging sessions after an interruption.

    Cbinary-analysisdebugdebugger
    Auf GitHub ansehen↗3,885
  • visualboyadvance-m/visualboyadvance-mAvatar von visualboyadvance-m

    visualboyadvance-m/visualboyadvance-m

    3,864Auf GitHub ansehen↗

    Visualboyadvance-m is a cross-platform hardware simulator and Game Boy Advance emulator. It replicates handheld console hardware to run Game Boy Advance and Game Boy Color software on modern desktop computers. The project also serves as a handheld console debugger for analyzing emulated code and validating homebrew software. The system is designed as a modular Libretro emulation core, allowing it to be loaded as a pluggable component into compatible frontend applications. This decoupled architecture separates the emulation logic from the user interface to ensure the engine can run across diff

    Provides an environment to inspect and analyze software execution at runtime to validate homebrew code.

    C++
    Auf GitHub ansehen↗3,864
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. In-App Debugging Consoles
  6. Console Execution Debuggers

Unter-Tags erkunden

  • Debugger Execution ResumptionContinuing the execution of a paused debuggee after an interruption. **Distinct from Console Execution Debuggers:** Distinct from Console Execution Debuggers: focuses on the resumption capability.
  • Homebrew Execution EnvironmentsRuntimes designed to execute community-made or unofficial software for a specific emulated console. **Distinct from Console Execution Debuggers:** Distinct from Console Execution Debuggers: focuses on the runtime execution of third-party software rather than the debugging tools.