File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
30
30
在VirtualXposed中安装Xposed模块,可以跟安装正常的APK一样,以上两种安装App的方式也适用于安装Xposed模块。不过,你也可以通过VirtualXposed中内置的XposedInstaller来安装和管理模块,跟通常的XposedInstaller使用方式一样;去下载页面,下载安装即可。
31
31
32
- ## 已经支持的模块
32
+ ## 亲测可用的模块
33
33
34
34
- [ 微X模块] [ wx ] : 微信模块,功能全面;但与VXP兼容性一般。
35
35
- [ 微信巫师] [ wxws ] : 微信模块,项目开源,代码优秀。
54
54
## 已知问题
55
55
56
56
1 . 由于暂不支持资源HOOK,因此资源钩子不会起任何作用;使用资源HOOK的模块,相应的功能不会生效。
57
- 2 . 部分插件的兼容性有问题,比如QX模块 。
57
+ 2 . 无法修改系统,因此相关的模块不会生效 。
58
58
59
59
## 支持和加入
60
60
69
69
1 . [ VirtualApp] ( https://github.com/asLody/VirtualApp )
70
70
2 . [ Xposed] ( https://github.com/rovo89/Xposed )
71
71
72
- [ latest_version ] : http://files.git.oschina.net/group1/M00/03/C8/PaAvDFsONQOAY2SRAGjn-qFtaQ8858 .apk?token=153919af24db88f6a7340b1269e4dd2c &ts=1527658478 &attname=VirtualXposed_0.10.0 .apk
72
+ [ latest_version ] : http://files.git.oschina.net/group1/M00/03/C9/PaAvDFsPVTGAZ6oDAGjZ4ArO67o005 .apk?token=042a78915be6b72cc24dd35dad9aeb78 &ts=1527731511 &attname=VirtualXposed_0.10.1 .apk
73
73
[ wx ] : https://pan.baidu.com/s/1hrOzCnq#list/path=%2Freleases%2Fapk&parentPath=%2Freleases
74
74
[ wxws ] : https://github.com/Gh0u1L5/WechatMagician/releases
75
75
[ yybl ] : https://www.coolapk.com/apk/com.sollyu.xposed.hook.model
Original file line number Diff line number Diff line change 1
1
# 发布日志
2
2
3
- # 0.10.0
3
+ # 0.10.1
4
4
5
- [ 下载] ( http://files.git.oschina.net/group1/M00/03/C8/PaAvDFsONQOAY2SRAGjn-qFtaQ8858 .apk?token=153919af24db88f6a7340b1269e4dd2c &ts=1527658478 &attname=VirtualXposed_0.10.0 .apk )
5
+ [ 下载] ( http://files.git.oschina.net/group1/M00/03/C9/PaAvDFsPVTGAZ6oDAGjZ4ArO67o005 .apk?token=042a78915be6b72cc24dd35dad9aeb78 &ts=1527731511 &attname=VirtualXposed_0.10.1 .apk )
6
6
7
7
1 . 现在可以去掉恼人的常驻通知栏了。
8
8
2 . 设置界面添加Xposed模块管理的入口,更加便捷(设置-模块管理)。
9
9
3 . 允许安装没有签名的应用到 VirtualXposed(设置-高级设置)。
10
10
4 . 修复Xposed模块声明多个入口时只会生效一个的BUG。
11
11
5 . 修复Xposed接口调用原函数直接崩溃的BUG。
12
12
6 . 初步支持 x86。
13
+ 7 . 修复非中文系统上安装必定闪退的问题。
13
14
14
15
What's new ?
15
16
@@ -19,10 +20,11 @@ What's new ?
19
20
4 . fix bug of Xposed module with multiple entries.
20
21
5 . fix bug of Xposed when invoke orignal method.
21
22
6 . add initial support for x86.
23
+ 7 . fix crash when add app to VirtualXposed.
22
24
23
25
24
26
25
- 2018/5/30
27
+ 2018/5/31
26
28
27
29
# 0.9.9
28
30
You can’t perform that action at this time.
0 commit comments