Dreamland
Dreamland copied to clipboard
[TODO] Hooking into isolated process and app zygote
对于isolated process(隔离进程,或者叫孤立进程),不被允许访问现在替换的clipboard service,所以无法与在system server运行的管理服务进行交互,可能需要改替换目标;而且它每次运行的uid都是随机的,很难判断它属于哪个app; 至于app zygote,它是一个child zygote,根本不被允许进行binder transaction,需要想办法绕开;而且就算进去了,现有的Xposed回调也不适用于app zygote,需要开新的api(IXposedHookAppZygoteInit)。
Is IXposedHookAppZygoteInit mean IXposedHookZygoteInit ? I try IXposedHookZygoteInit cannot hook isolated process with Dreamland Framework(Global Mode)
Is IXposedHookAppZygoteInit mean IXposedHookZygoteInit ? I try IXposedHookZygoteInit cannot hook isolated process with Dreamland Framework(Global Mode)
isolated process is not supported yet