baichuan51141
baichuan51141
不只是6,加上请求资源的任何一个action都可以获取对应的资源,我用GDB调试,发现读取到的请求是:GET /7 HTTP/1.1\r\nHost: localhost:9006\r\nUser-Agent: ......,说明直接获取了7对应的html资源,而不是默认的/。我认为需要判断用户的权限,具体怎么做我就不晓得了。
I haven't found the implementation part of accepting the data returned by the proxy server. i just find the "send" in SocksVPNService.start(). This function calls the system library,but it only...
> # Change 2 > Add Simplified Chinese support to the interface > >  你好,我是个新手,对之前没接触过安卓和代理,这次被赶鸭子上架了,如果我的问题可能很蠢。请问这个项目是如何处理服务器发回来的数据的,我没有找到接收数据的处理函数,只找到了SocksVPNService.start()的发送部分。我想知道如果这个项目实现了这一部分,那么是在哪实现的。如果没有实现,我该如何实现呢
i cant open the github now so i suggest you by email that you can use the VPNservice class which is supported by Android8+. just google it. ---Original--- From: "Evgeny...
it has another function addAllowAp…. just like: for (String appPackage: appPackages) { try { packageManager.getPackageInfo(appPackage, 0); builder.addAllowedApplication(appPackage); } catch (PackageManager.NameNotFoundException e) { ...