|
1 |
| -# Magisk 微信指纹支付 (Fingerprint pay for WeChat) |
2 |
| - |
3 |
| -通过事先录入支付密码, 加密保存至本地, 然后支付时调用系统指纹授权自动填写支付密码 |
4 |
| - |
5 |
| -Magisk 版 [Xposed Fingerprint pay](https://github.com/eritpchy/Xposed-Fingerprint-pay) |
6 |
| - |
7 |
| -[Magisk QQ指纹支付](https://github.com/eritpchy/Fingerprint-pay-magisk-qq) |
8 |
| - |
9 |
| -[Magisk 淘宝指纹支付](https://github.com/eritpchy/Fingerprint-pay-magisk-taobao) |
10 |
| - |
11 |
| -[Magisk 支付宝指纹支付](https://github.com/eritpchy/Fingerprint-pay-magisk-alipay) |
12 |
| - |
13 |
| -## 最低要求 |
14 |
| - |
15 |
| -* Root 过的 Android 6.0+ 设备 |
16 |
| -* [Magisk](https://github.com/topjohnwu/Magisk) |
17 |
| - |
18 |
| - |
19 |
| -## 他怎么工作呢? |
20 |
| - |
21 |
| -1. 利用 [Magisk](https://github.com/topjohnwu/Magisk) 的 [Riru](https://github.com/RikkaApps/Riru) 注入 zygote 进程 |
22 |
| -2. 加载指纹支付代码 |
23 |
| - |
24 |
| -## 为什么要做出这个呢? |
25 |
| - |
26 |
| -* 设备支持指纹, 但不支持指纹支付 |
27 |
| -* 更加容易集成到定制 rom 内 |
28 |
| -* Xposed 版本指纹支付, 会因 Xposed 导致系统卡顿, 软件崩溃, 银行软件不正常工作 |
29 |
| - |
30 |
| - |
31 |
| -## 如何使用 |
32 |
| - |
33 |
| -1. 下载 [magisk-riru-core.zip](https://github.com/RikkaApps/Riru/releases) ([百度网盘phzn](https://pan.baidu.com/s/1JPbW-5KH4mwQKEdLInW6gA)) 进手机 |
34 |
| -2. 下载 [magisk-riru-module-xfingerprint-pay-wechat.zip](https://github.com/eritpchy/Fingerprint-pay-magisk-wechat/releases) ([百度网盘phzn](https://pan.baidu.com/s/1JPbW-5KH4mwQKEdLInW6gA)) 进手机 |
35 |
| -3. 进入 Magisk Manager, 模块, 安装这两个模块, 不要重启 |
36 |
| -4. 勾选启用两个模块, 重启手机 |
37 |
| -5. Enjoy |
38 |
| - |
39 |
| - [图文教程](https://github.com/eritpchy/Xposed-Fingerprint-pay/tree/master/doc/WeChat) |
40 |
| - |
41 |
| -## 编译 |
42 |
| - |
43 |
| -1. 运行./gradlew :module:assembleRelease |
44 |
| -2. 编译文件位于./out |
45 |
| - |
46 |
| -## 致谢 |
47 |
| - |
48 |
| -* [Riru](https://github.com/RikkaApps/Riru) |
49 |
| -* [EdXposed](https://github.com/ElderDrivers/EdXposed) |
50 |
| -* [Magisk](https://github.com/topjohnwu/Magisk) |
51 |
| - |
52 |
| - |
53 |
| -#### QQ交流群: [665167891](http://shang.qq.com/wpa/qunwpa?idkey=91c2cd8f14532413701607c364f03f43afa1539a24b96b8907c92f3c018894e5) |
| 1 | +move to https://github.com/eritpchy/FingerprintPay |
0 commit comments