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

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

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

1 个仓库

Awesome GitHub RepositoriesSyscall Interception Runtimes

Runtimes that use ptrace or similar mechanisms to intercept system calls for rootless privilege simulation.

Distinct from Rootless Modes: The candidates cover rootless daemons or Android hooking, but not the architectural pattern of ptrace-based root simulation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Syscall Interception Runtimes. Refine with filters or upvote what's useful.

Awesome Syscall Interception Runtimes GitHub Repositories

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

    termux/proot-distro

    2,839在 GitHub 上查看↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Utilizes PRoot to intercept system calls via ptrace, simulating root privileges and filesystem redirection without administrative access.

    Shell
    在 GitHub 上查看↗2,839
  1. Home
  2. Operating Systems & Systems Programming
  3. Syscall Interception Runtimes