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

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

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

3 个仓库

Awesome GitHub RepositoriesExecution Environment Controllers

Tools for managing runtime settings, diagnostic logging, and debug attachments during software execution.

Distinguishing note: Focuses on the operational control of a running process rather than static build-time configuration.

Explore 3 awesome GitHub repositories matching development tools & productivity · Execution Environment Controllers. Refine with filters or upvote what's useful.

Awesome Execution Environment Controllers GitHub Repositories

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

    ValveSoftware/Proton

    31,868在 GitHub 上查看↗

    Proton is a compatibility layer designed to enable the execution of Windows-based software on non-Windows operating systems. It functions as a controlled runtime environment that maps proprietary system calls to native kernel functions and translates graphics API commands into open-standard compute shaders. This allows applications to run without requiring modifications to their original source code. The project distinguishes itself through a robust toolchain for reproducible builds, which utilizes containerized isolation to ensure consistent binary outputs across different development enviro

    Adjust execution settings using environment variables or launch parameters to toggle diagnostic logging, debug attachments, or specific graphics rendering modes during software operation.

    C++proton
    在 GitHub 上查看↗31,868
  • radareorg/radare2radareorg 的头像

    radareorg/radare2

    23,120在 GitHub 上查看↗

    Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a command-line environment designed for disassembling, debugging, and patching binary executables across a wide range of processor architectures and operating systems. The system distinguishes itself through a modular, plugin-based architecture that supports cross-platform analysis and automated workflows. It utilizes memory-mapped file access to enable efficient structural inspection and modification of binaries without requiring full file loads. By lifting machine instructions into a un

    Integrates a runtime debugging environment for controlling execution, managing breakpoints, and inspecting memory states.

    Cbinary-analysisccommandline
    在 GitHub 上查看↗23,120
  • nesbox/tic-80nesbox 的头像

    nesbox/TIC-80

    5,825在 GitHub 上查看↗

    TIC-80 is a fantasy console platform and multi-language game engine that provides a virtual retro game development environment. It operates via a bytecode virtual machine that executes game logic within fixed memory and resolution constraints. The project distinguishes itself by offering integrated asset editors for pixel art, tile maps, and a pattern-based chiptune audio workstation all within a single environment. It supports multi-language scripting, allowing developers to write logic in Lua, JavaScript, or Ruby, and provides a standalone game exporter to package projects into native execu

    Ships an execution environment controller for managing debug logging, session resets, and exiting to the system prompt.

    C8bitfantasy-computerfantasy-console
    在 GitHub 上查看↗5,825
  1. Home
  2. Development Tools & Productivity
  3. Execution Environment Controllers