1 个仓库
Applying code fixes to a live process without requiring a restart.
Distinct from Android Binary Patching Engines: Focuses on hot-patching active processes rather than calculating binary diffs for package updates.
Explore 1 awesome GitHub repository matching mobile development · Runtime Hot Patching. Refine with filters or upvote what's useful.
Dexposed 是一套专为 Android 设备上的动态补丁、框架拦截和代码插桩设计的运行时工具和引擎。它作为一个 Hook 框架和插桩工具,用于将自定义代码加载到正在运行的进程中,从而在不修改原始字节码的情况下改变逻辑。 该项目支持拦截和修改 Android 应用程序和系统框架内的方法行为。它特别提供了通过覆盖框架调用和在不重启的情况下对活动进程应用热补丁来绕过操作系统限制的功能。 该工具集涵盖了广泛的插桩功能,包括拦截方法执行、重定向超级方法调用以及通过运行时拦截监控系统级行为。
Applies code fixes or feature changes to live Android processes without requiring an application restart.