Dreamland icon indicating copy to clipboard operation
Dreamland copied to clipboard

[TODO] Hooking into isolated process and app zygote

Open canyie opened this issue 4 years ago • 2 comments

对于isolated process(隔离进程,或者叫孤立进程),不被允许访问现在替换的clipboard service,所以无法与在system server运行的管理服务进行交互,可能需要改替换目标;而且它每次运行的uid都是随机的,很难判断它属于哪个app; 至于app zygote,它是一个child zygote,根本不被允许进行binder transaction,需要想办法绕开;而且就算进去了,现有的Xposed回调也不适用于app zygote,需要开新的api(IXposedHookAppZygoteInit)。

canyie avatar Feb 03 '21 01:02 canyie

Is IXposedHookAppZygoteInit mean IXposedHookZygoteInit ? I try IXposedHookZygoteInit cannot hook isolated process with Dreamland Framework(Global Mode)

loveedxposed avatar Feb 27 '21 13:02 loveedxposed

Is IXposedHookAppZygoteInit mean IXposedHookZygoteInit ? I try IXposedHookZygoteInit cannot hook isolated process with Dreamland Framework(Global Mode)

isolated process is not supported yet

canyie avatar Feb 27 '21 14:02 canyie