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

可不可以让xposed与服务器进行sockets通讯调用函数,然后客户端向服务器进行http请求 #28

Open
passerbyo opened this issue Jul 5, 2022 · 1 comment

Comments

@passerbyo
Copy link

No description provided.

@monkeylord
Copy link
Owner

XServer的作用,是将应用内部函数暴露在本地的HTTP服务上,然后将对给定内部函数的调用转换为远程调用,从而实现对函数调用的拦截、篡改、调用、重放等等。让客户端向服务端发送请求的本质,是调用应用内相关的网络访问函数。

具体的各种功能,可以自行开发其他功能,和XServer组合起来使用或者插到XServer的nanoHttpd上去使用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants