libsu
libsu copied to clipboard
A complete solution for apps using root permissions
Hello, I used your project and loaded the imgui floating window (also an open source project), I used egl to create the canvas, my jni got root permissions, but I...
I recently had an issue with this library (which as of today uses androidx.annotation:annotation:1.3.0). My software would not compile unless libsu updated to 1.4.0 (there were other google libraries involved)....
In `escapedString()` method, `'` should be escaped as `'\''` instead of `\'`
Test the root service on nexus 6 (android 8.1). The magisk maybe is v15, I can't remember exactly. ``` W type=1400 audit(0.0:155): avc: denied { call } for scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:su:s0...
It's annoying to attach root process every time
Running a release build with R8 enabled causes the following warnings to be issued: ``` Missing class com.topjohnwu.superuser.Shell$Job (referenced from: java.lang.Object com.kevlar.rooting.detection.status.SelinuxDetectorKt$detectSelinux$2.invokeSuspend(java.lang.Object) and 9 other contexts) Missing class com.topjohnwu.superuser.Shell$Result (referenced...
See https://github.com/zhanghai/MaterialFiles/issues/1161 : ``` W/IPC ( 4892): Failed to create package context as user: 0 W/IPC ( 4892): java.lang.NoSuchMethodException: of [int] W/IPC ( 4892): at java.lang.Class.getDeclaredMethod(Class.java:638) W/IPC ( 4892): at...
如题,刚开始我以为是混淆规则不到位,重新调整了混淆规则,然后再次使用360加固,结果还是一样的。只要使用了加固,RootService就不能成功绑定
I've been redirected here from the APatch repository regarding an issue with libsu not being able to normally function. This issue persist over any apps that uses this library, and...
Fix #180