ElderDrivers / EdXposed

Elder driver Xposed Framework.
https://edxp.meowcat.org/
GNU General Public License v3.0
5.42k stars 625 forks source link

Question #285

Closed Moderndaycowboy closed 5 years ago

Moderndaycowboy commented 5 years ago

Wanna ask 3 question to make it clear.

1- does it slow the phone or create lag?

2- does it extend the boot time?

3- does it break safety net?

Thank you.

DanGLES3 commented 5 years ago

1-Depending on the module then yes (the performance impact is highly dependent on the modules you use), Edxposed itself won't slow down the device

2-a little bit since it needs to inject into the zygote process during boot time (the sandhook variant tends to boot up faster than the yahfa variant)

3-EDxposed was designed to not break safetynet, because it simply hooks into zygote instead of replacing it (like what regular xposed does) thus making detection by safety net much more difficult

NewBugger commented 5 years ago

1/sure
2/sure
3/no, compared with Original Xposed, it's a great feature.

zhangwilling commented 5 years ago

i want know if there is a way to debug my xp module without restart my phone. in original xposed, i know some tricks to do some experiment without restart. 我想咨询一下,在edxposed方案下,如何做到免重启调试我的xp模块。在原始xp下,我知道几种方式可以做到免重启调试