pyler

Results 10 issues of pyler

LD_PRELOAD is command thing in *nix world. http://www.catonmat.net/blog/simple-ld-preload-tutorial-part-2/ We can use our "system" code and/or real system code then. Since Android supports wrapping (ie. we can use LD_PRELOAD) we could...

enhancement

There is no flag "FLAG_NEEDS_MENU_KEY" in Android 5.1 (and newer), so we should not look for it to prevent NoSuchFieldError, just set it to 0. Also hide option to show...

Need to know whether Xposed has any impact on "success/fail" state. If yes, we can hide it.

Here is place where I and maybe some other people will share useful info. Googler: "At the moment, any non-official build will not pass SafetyNet because the system image signature...

KeyguardManager.isKeyguardSecure = true always.

enhancement