LSPosed(Jing Matrix)是一个开源的LSPosed第三方分支,它基于原版进行了改进,修复了部分bug,并支持了安卓15等新特性。该分支的主要更新包括适配Android 15的LSPlant、启用EXPORT_COMPILE_COMMANDS、替换axml为WindySha/ManifestEditor、优化ns propagation的挂载、删除旧的pid文件、解决64位Android 10上的dex2oat问题、...
LSPosed(Jing Matrix) 这是一个开源的 LSPosed 第三方分支,基于原版修复了部分bug,支持了安卓15等 https://pan.xunlei.com/s/VO7O647rLDBlY7PyH3X0jtZ5A1?pwd=rspt# 主要更新 更新LSPlant 以适用于 Android 15 启用EXPORT_COMPILE_COMMANDS 用WindySha/ManifestEditor 替换 axml 将ns propagation 挂载到从...
LSPosed(Jing Matrix) 这是一个开源的 LSPosed 第三方分支,基于原版修复了部分bug,支持了安卓15等 https://pan.xunlei.com/s/VO7O647rLDBlY7PyH3X0jtZ5A1?pwd=rspt# 主要更新 更新LSPlant 以适用于 Android 15 启用EXPORT_COMPILE_COMMANDS 用WindySha/ManifestEditor 替换 axml 将ns propagation 挂载到...
This pull-request will not add new features to LSPosed. Instead, it serves to clear all compilation errors for better development experience. ️ 1 JingMatrix force-pushed the pedantic branch from 64ce1c7 to 465e660 Compare December 9, 2024 09:16 JingMatrix changed the title Clear compi...
LSPosed Framework Introduction A Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking framework. Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That'...
This branch is 53 commits ahead of JingMatrix/LSPosed:master.Folders and files Name Last commit message Last commit date parent directory .. src/main chore: disable some logs Jan 16, 2025 .gitignore Stablize CMake arguments (LSPosed#2266) Dec 3, 2022 build.gradle.kts Add commons-lang as ...
+29 −4 daemon/src/main/java/org/lsposed/lspd/service/LSPosedService.java +1 −1 daemon/src/main/jni/CMakeLists.txt +48 −26 daemon/src/main/jni/logcat.cpp +13 −13 daemon/src/main/res/values-ro/strings.xml +6 −1 dex2oat/src/main/cpp/CMakeLists.txt +23 −4...
v1.10.1 5f20d7a 🎉 Android 15 is out now 🎉, let's release a new version 😉! New features Fully support Android 15 UseLSPltto hook (stripped)libart New option to disable log watchdog Open LSPosed manager through WebUI (KernelSU and APatch) ...
1. Avoid changing `system.prop`: there is already no need to add system-wise `dex2oat` flags, since LSPosed provides a wrapper for it, seehttps://nullptr.icu/index.php/archives/53/for detailed explanation; 2. Postpone initialization of LSPlant: initialization of `initInfo` during the `on...