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

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

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBinary Process Modifications

Modifying the system's process-spawning binary to enable runtime code injection.

Distinct from Android App Modifications: Specifically targets the app_process binary for injection, not general app-level behavior or UI modification.

Explore 1 awesome GitHub repository matching mobile development · Binary Process Modifications. Refine with filters or upvote what's useful.

Awesome Binary Process Modifications GitHub Repositories

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

    rovo89/Xposed

    7,693在 GitHub 上查看↗

    Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the Android app process binary to intercept and modify the behavior of system and application processes at the binary level. The framework enables Android operating system customization by altering internal function calls and runtime execution flow. It achieves this through native process instrumentation, allowing for the modification of functionality without altering original application files. The tool covers several low-level capabilities, including native library injection and

    Utilizes a modified app_process binary to inject custom code into running processes.

    C++androidxposed
    在 GitHub 上查看↗7,693
  1. Home
  2. Mobile Development
  3. Android App Modifications
  4. Binary Process Modifications