awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rpcs3/rpcs3RPCS3 的头像

    RPCS3/rpcs3

    18,209在 GitHub 上查看↗

    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
    在 GitHub 上查看↗18,209
  • cloudwu/skynetcloudwu 的头像

    cloudwu/skynet

    14,075在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,075
  • cemu-project/cemucemu-project 的头像

    cemu-project/Cemu

    9,029在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,029
  • lumateam/luma3dsLumaTeam 的头像

    LumaTeam/Luma3DS

    6,495在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,495
  • hyperdbg/hyperdbgHyperDbg 的头像

    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

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

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  • visualboyadvance-m/visualboyadvance-mvisualboyadvance-m 的头像

    visualboyadvance-m/visualboyadvance-m

    3,864在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗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

探索子标签

  • 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.