我刚才实现了旁路屏幕截图安全性的唯一方法是禁用这个 FLAG_SECURE
,因为我可以使用xposed模块完成。
但我不想root我的手机。是否有任何方法可以禁用<代码> FLAG_SECURE 并绕过屏幕截图security 没有root 。
我刚才实现了旁路屏幕截图安全性的唯一方法是禁用这个 FLAG_SECURE
,因为我可以使用xposed模块完成。
但我不想root我的手机。是否有任何方法可以禁用<代码> FLAG_SECURE 并绕过屏幕截图security 没有root 。
I just realised the only way to bypass screenshot security on certain apps is to disable this FLAG_SECURE
, which as I see can be done using Xposed module.
But I don't want to root my phone. Is there any way to disable FLAG_SECURE
and bypass screenshot security without root.
您可能想要给出虚拟xposed 旋转。
是一种应用程序,它可以作为其他用户应用程序的一种"主机" ,您可以在其内部安装。然后它可以完全控制内部应用程序的过程,并且可以在不需要解锁的引导程序或root的情况下应用一些XPosed应用程序的功能。
但是,它只能为不修改系统的Xposed模块工作。如果您提到的模块尝试这样做,则VX不会是任何好处的。You might want to give Virtual Xposed a spin.
It is an application that acts as a sort of "host" for other user apps you can install inside it. It then has full control over the process of the inner app, and can apply the functionality of some Xposed apps without requiring an unlocked bootloader or Root.
However, it can only work for Xposed modules that don't modify the system. If your mentioned module tries to do that, VX won't be any good.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有