3 个仓库
Modifications of system-level Android processes by injecting custom code to change their behavior without modifying binaries.
Distinct from Android System Modification: Distinct from Android System Modification: focuses on process-level injection for modification, not general OS-wide toolkit.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · System Process Modifications. Refine with filters or upvote what's useful.
Elder driver Xposed Framework.
Injects custom code into system-level Android processes to change their behavior without modifying binaries.
HyperCeiler 是一个 Android 系统定制和增强工具包,旨在改变核心应用程序逻辑和图形界面。它专门作为 HyperOS 移动设备的定制模块,用于修改其视觉和功能行为。 该项目利用签名 OS 模块系统,使用密钥库和数字凭证对软件包进行加密签名,以便在目标设备上进行安全安装。 其功能涵盖通过基于资源的 UI 覆盖和系统级逻辑修改来改变系统行为和视觉元素。
Injects custom operational logic into core system processes to alter default behaviors and visual elements.
LSPosed_mod 是一个用于 Android 系统 Hook 和模块管理的框架。它支持安装和配置系统级修改,从而在不更改原始系统镜像或源文件的情况下改变设备行为。 该项目利用基于 Zygote 的进程注入和运行时方法 Hook 来拦截内存中的执行流。它包含一个版本无关的执行层,以在不同的 Android 操作系统版本和环境中保持一致的接口,以及用于修改方法参数和返回值的动态代理拦截。 这些修改的管理通过可编程 API 和面向 Root 用户的命令行界面进行。这些工具允许对 Root 设备上已安装软件组件的作用域和活动状态进行程序化控制。
Modifies system-level Android processes by injecting custom code to change behavior without modifying binaries.