APatch_s_build
3.44K subscribers
5 photos
127 files
82 links
APatch_s_lightly_build
非官方构建,仅供测试
Download Telegram
APatch_11213_4c113e9_main-debug-signed.apk
24.5 MB
4c113e9
build(deps): bump the action-dependencies group across 1 directory with 3 updates (#1431)

Bumps the action-dependencies group with 3 updates in the / directory: [gradle/actions](https://github.com/gradle/actions), [android-actions/setup-android](https://github.com/android-actions/setup-android) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `gradle/actions` from 5 to 6
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](https://github.com/gradle/actions/compare/v5...v6)

Updates `android-actions/setup-android` from 3 to 4
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](https://github.com/android-actions/setup-android/compare/v3...v4)

Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/r
22
https://github.com/Admirepowered/selinux_hook selinux_hook已开源,由于作者没有那么多设备适配,故此公开方法以便自己适配。开源意味着作者不会将太多精力放到此工作上了。官方的KernelPatch可能只会支持4.19以上的设备
13🆒12
APatch_11214_23e473a_main-debug-signed.apk
24.5 MB
23e473a
manager: fix TransactionTooLargeException crash on large module install logs

When installing modules that produce large log output (e.g. theme
modules with thousands of icons), the install log text state grows
unboundedly, causing TransactionTooLargeException when the Activity's
saved state Bundle exceeds the Binder transaction limit (~1MB).

This was previously reported in #927 and fixed in cb684e6 by switching
from rememberSaveable to remember, but that caused the log to reset
on navigation (#1308).

Fix both issues by:
- Using rememberSaveable for text state (preserves log on navigation)
- Truncating text at runtime to 100K chars when it exceeds the limit
- Keeping full log in StringBuilder (remember) for saving to file
- Also fixing ExecuteAPMActionScreen which had the same issue

The 100K char limit (~100KB) is well below the Binder limit and still
covers ~2000-3000 lines of install log
11🥱4😁2👍1
Forwarded from 遐想时空
selinux_hook_1.1.2.kpm
112.5 KB
添加了对4.14内核的支持(由iron2han和iyhkhtrk完成)
27👍7🔥3💩1🤪1
APatch_s_build
selinux_hook_1.1.2.kpm
如果你的内核版本不是4.14暂时使用1.1.0版本
4
先撤包了,问题有点多,
😱8😭54💩1
Nohello-v1.8.3.7-102-ab38e9c-release.kpm
1.4 MB
最近发现大量的人反馈中国移动更新后打不开了,简单测试了一下,现在的APP已经开始探测内核root了,由于AI泛滥的原因,普通的侧信道已经能被轻松利用,但目前只需要加载或嵌入Nohello并且在APP列表将其排除即可正常工作。以后对抗可能会进入内核AI时代,如果后续检测变得更加严重,kp将会直接处理这个问题,Nohello来源: @mhm72dd
🔥20👍7🤯52
APatch_11217_faa0203_main-debug-signed.apk
24.6 MB
faa0203
kp: bump to 0.13.3

Fixed some issues that could be detected,Added KPM notification event,and etc.
9🔥3
selinux_hook_1.1.6.kpm
87.1 KB
修复因编译导致的bootloop
移除了策略读取缓存
GKI1.0和NGKI(Linux版本5.4及以下)的设备慎用
感谢大家的测试,感谢大家在面对问题时仍选择支持,谢谢
👍173🥰2
selinux_hook_1.1.6.1.kpm
92.2 KB
兼容性更新,继续优化GKI1.0和NGKI内核的支持,已完成部分测试,4.14内核由Anan和A完成(Anan的回报中存在fsck_untrusted sys_admin,6.6内核未见此异常,也未见其余有关该捡测点的报告,A为selinux 宽容,后续未收到其余异常报告)5.4内核由Tinku Rajbhar完成(日志中有lineageos相关痕迹为lineageos二改rom,故测试中存在adb_root问题为正常现象)
如果你在使用1.1.6版本且未遇到问题可以不更新,此版本无功能性更新,只有兼容性修复
11🔥1😘1
在运行第三方ROM的设备上使用selinux_hook时可能会遇到adb_root和found AOSP su in user build,这是符合预期的,ROM本身sepolicy的问题,没有selinux hide的解决方案
12
APatch_11220_8e44767_main-debug-signed.apk
24.6 MB
8e44767
manager: fix update dialog being re-opened on every recomposition (#1526)

The trailing lambda in UpdateCard bound to WarningCard's `icon` parameter
instead of `onClick` since the component rewrite in 61e261d appended the
icon slot after onClose. The click handler was therefore executed as a
side effect during composition: every recomposition called showConfirm()
and re-opened the changelog dialog, so canceling it only triggered
another recomposition and the dialog could never stay closed.

Pass the handler explicitly as `onClick`.
8👍1🔥1