[Bug] root detected in game Limbus Company #110
Replies: 10 comments
-
|
Also, you know need a module to hide the root trace, like zygisk assistant. |
Beta Was this translation helpful? Give feedback.
-
after some debug. i confirmed it is a bug of neozygisk. it will umount module files in app process (as expected). but left app zygote process unchanged (in magisk deny list, it called pkg_name:zygote or something like that). which lead significant trace in zygote process' /proc/self/mounts or /proc/self/maps |
Beta Was this translation helpful? Give feedback.
-
|
For the logs, please installed debug versions of LSPosed and NeoZygisk (latest CI build) and upload the logs generated by LSPosed manager. @VisionR1 Nope, we don't need it unless users are using some metamodule with KernelSU. |
Beta Was this translation helpful? Give feedback.
-
|
i found it is been detected even if lsposed disabled. here is the filtered log when app been started. as you can see, didnt say anything about |
Beta Was this translation helpful? Give feedback.
-
|
Please provide the log archive as required, otherwise I cannot help. |
Beta Was this translation helpful? Give feedback.
-
you mean i need to get log from LSPosed manager even if it is disabled? |
Beta Was this translation helpful? Give feedback.
-
i found in magisk, this kind of umount is called from logcat (1 2) rather than normal specialize process. is such of logic missing in neozygisk? |
Beta Was this translation helpful? Give feedback.
-
|
Please activate LSPosed and upload logs. Ensure that both LSPosed and NeoZygisk are debug versions. |
Beta Was this translation helpful? Give feedback.
-
|
I cannot reproduce the claimed behavior with Magisk option This game do detect root. I suggest that you change your root solution, Magisk is very easy to be detected. |
Beta Was this translation helpful? Give feedback.
-
it is also been detected on kernelsu (with neozygisk). but it is not detected on magisk (using neozygisk with Enforced denylist) or rezygisk (without Enforced denylist). seems like a logic flaw in neozygisk. therefore i made a detector for it. hope that would help your debugging |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce/复现步骤
Expected behaviour/预期行为
root not been detected
Actual behaviour/实际行为
root been detected
Root implementation/Root 方案
magisk
System Module List/系统模块列表
NeoZygisk version/NeoZygisk 版本
aae20a8
Android version/Android 版本
16
Version requirement/版本要求
Logs/日志
please tell me what log is required to diagnose this detection.
simply turn on "enforce denylist" in magisk would make the game unable to detect root, even with neozygisk & lsposed enabled. i guess there are some trace neozygisk didnt hide properly, but "enforce denylist" did
Beta Was this translation helpful? Give feedback.
All reactions