awesome-repositories.com

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

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

1 个仓库

Awesome GitHub RepositoriesNative Binary Plugin Hosts

Frameworks specifically designed to host and execute native C/C++ binaries as plugins within a mobile application.

Distinct from Binary Plugin Hosts: None of the candidates capture the specific role of a 'host' for Android native binary plugins; most focus on general binary mapping or different languages.

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

Awesome Native Binary Plugin Hosts GitHub Repositories

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

    DroidPluginTeam/DroidPlugin

    6,971在 GitHub 上查看↗

    DroidPlugin is an Android plugin framework designed to execute third-party APKs and native binaries without requiring installation or modifications to the host application manifest. It provides a native binary plugin host that allows the loading of C and C++ binaries through native hooks to extend core application functionality. The framework utilizes a component router to direct activities and services to external plugins, bypassing the need for manual registration in the host manifest. It further decouples external activities from the host lifecycle through a proxy-based mechanism. The sys

    Provides a framework for loading C and C++ binaries through native hooks to extend Android application functionality.

    Javaandroiddroid-pluginhook
    在 GitHub 上查看↗6,971
  1. Home
  2. Mobile Development
  3. Native Binary Plugin Hosts