Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] Hooking into isolated process and app zygote #9

Open
canyie opened this issue Feb 3, 2021 · 2 comments
Open

[TODO] Hooking into isolated process and app zygote #9

canyie opened this issue Feb 3, 2021 · 2 comments
Labels
enhancement New feature or request TODO Something to be done in the feature

Comments

@canyie
Copy link
Owner

canyie commented Feb 3, 2021

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

@canyie canyie added enhancement New feature or request TODO Something to be done in the feature labels Feb 3, 2021
@loveedxposed
Copy link

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

@canyie canyie changed the title [Feature] Hooking into isolated process and app zygote [TODO] Hooking into isolated process and app zygote Feb 27, 2021
@canyie
Copy link
Owner Author

canyie commented Feb 27, 2021

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

isolated process is not supported yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO Something to be done in the feature
Projects
None yet
Development

No branches or pull requests

2 participants