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

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

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

rovo89/XposedInstallerArchived

0
View on GitHub↗
3,973 星标·1,518 分支·Java·2 次浏览

XposedInstaller

XposedInstaller 是一个 Android 系统挂钩工具,旨在将 Xposed 修改框架部署到设备上。它作为一个已 Root 的 Android 修改工具,能够拦截和修改 Android 系统及应用程序方法,从而改变原生操作系统的行为。

该工具管理框架的安装,以允许进行深度的系统级挂钩和设备行为定制。它自动化了更改 Android 操作系统及其已安装应用程序运行方式所需的软件部署过程。

安装过程涉及将框架二进制文件写入受保护的系统分区、修补内核引导镜像,以及利用 zygote 注入机制。这些操作通过图形界面和特权 shell 命令的自动化来处理。

Features

  • Xposed Framework Deployment - Specializes in the setup and deployment of the Xposed framework to enable deep system-level hooks.
  • Android Rooting Frameworks - Serves as a deployment utility for rooted users to install frameworks that alter the native Android OS.
  • Zygote Injection Frameworks - Hooks into the Android Zygote process to apply modifications to every application launched on the device.
  • Android Runtime Hooking Tools - Acts as a utility to install software that intercepts and modifies Android system and application methods at runtime.
  • Xposed Framework Installers - Deploys the Xposed modification framework to an Android device to enable system-level behavior changes.
  • Android System Modification - Provides a framework to change how the Android operating system and its installed applications behave.
  • Root-Level System Integration - Writes framework binaries directly to the protected system partition using root access.
  • Boot Image Patching - Modifies the kernel boot image to inject the loading mechanism required for system-wide modifications.
  • System Modification Frameworks - Deploys a modification framework onto the device to change the behavior of the operating system and its apps.
  • System Behavior Customizations - Enables changes to default Android system functions and application behaviors through a modification framework.

Star 历史

rovo89/xposedinstaller 的 Star 历史图表rovo89/xposedinstaller 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

rovo89/xposedinstaller 是做什么的?

XposedInstaller 是一个 Android 系统挂钩工具,旨在将 Xposed 修改框架部署到设备上。它作为一个已 Root 的 Android 修改工具,能够拦截和修改 Android 系统及应用程序方法,从而改变原生操作系统的行为。

rovo89/xposedinstaller 的主要功能有哪些?

rovo89/xposedinstaller 的主要功能包括:Xposed Framework Deployment, Android Rooting Frameworks, Zygote Injection Frameworks, Android Runtime Hooking Tools, Xposed Framework Installers, Android System Modification, Root-Level System Integration, Boot Image Patching。

rovo89/xposedinstaller 有哪些开源替代品?

rovo89/xposedinstaller 的开源替代品包括: performanc/rezygisk — ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and… dr-tsng/zygisknext — ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for… rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… rikkaapps/sui — Sui is an Android root management framework and superuser manager designed to control root permissions and provide… lsposed/lsposed.github.io — This project is a static site project homepage and software distribution website. It serves as an Android modification… rikkaapps/riru — Riru is an Android zygote injection framework and system process modifier. It allows for the insertion of custom code…

XposedInstaller 的开源替代方案

相似的开源项目,按与 XposedInstaller 的功能重合度排序。
  • performanc/rezygiskPerformanC 的头像

    PerformanC/ReZygisk

    3,109在 GitHub 上查看↗

    ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and linker redirection tool designed to inject custom code into the Android Zygote process so that modifications are inherited by all spawned applications. The project provides a decoupled abstraction layer and Zygisk API implementation, allowing system modules to operate independently of specific root management tools. This ensures that root modules remain stable and compatible across various kernel-level rooting solutions. The framework includes capabilities for system process

    Candroidapatchinjection
    在 GitHub 上查看↗3,109
  • dr-tsng/zygisknextDr-TSNG 的头像

    Dr-TSNG/ZygiskNext

    8,605在 GitHub 上查看↗

    ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for the Android Zygote process, allowing for the modification of system behavior across various rooting environments and superuser managers. The project provides a specialized API to intercept and modify low-level system calls. This enables the injection of custom code into the base process that spawns applications, facilitating deep Android system customization and rooted development. The framework utilizes dynamic library loading, hook-based runtime modification, and Java Native

    androidkernelsumagisk
    在 GitHub 上查看↗8,605
  • rovo89/xposedbridgerovo89 的头像

    rovo89/XposedBridge

    4,067在 GitHub 上查看↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    JavaScriptandroidxposed
    在 GitHub 上查看↗4,067
  • rikkaapps/suiRikkaApps 的头像

    RikkaApps/Sui

    3,809在 GitHub 上查看↗

    Sui is an Android root management framework and superuser manager designed to control root permissions and provide applications with elevated access to restricted system APIs and internal services. It functions as a communication bridge that allows non-root applications to execute system functions via a privileged root process. The framework utilizes a typed interface root bridge to map system functions to strongly typed interfaces, removing the need to parse raw text from shell commands. It incorporates a root shell environment for executing manual system commands and administrative scripts

    Javariru
    在 GitHub 上查看↗3,809
  • 查看 XposedInstaller 的所有 30 个替代方案→