Duck Detector(重构版)
测试版
19
查看
0
讨论
56
收藏
由于改动幅度较大,可能会遇到更频繁的误报或程序崩溃。(已支持多语言)
photo_library 应用截图
new_releases 更新日志
Version: 2026.08.12-dbc9aaebd54d (504)
APK: Duck Detector-2026.08.12-dbc9aaebd54d.apk
Commit:
feat(nativeroot): port Privisolated cross-process mount view probe (#98)
Port the cross-process mountinfo divergence detector from LSPosed/Privisolated (https://github.com/LSPosed/Privisolated, by vvb2060). A new pure-JVM scanner runs inside the isolated helper process, enumerates /proc/<pid>/mountinfo of every visible process, counts distinct mount tables, and detects hidden mount divergence plus direct root tokens (magisk/KSU//adb/). The nativeroot card gains a procMountViewDivergence method row, findings, and detail rows.
Author: 小潼
Branch: master@dbc9aaeb
Build time: 6m 28s
Signature: verified : by Eltavine
description 应用介绍
用于检测root设备的安全性检测工具,以及检测Play设备认证证书是否有效。
摒弃以前冗余代码,利用C++和汇编语言进行了大规模的重构,大幅提升了性能和准确性,并显著缩短了检测时间。