Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
+ 3.9.3 移除 SandHook
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Apr 26, 2019
1 parent b305abc commit 23a12d1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 13 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Magisk 版 [Xposed Fingerprint pay](https://github.com/eritpchy/Xposed-Fingerpri

1. 利用 [Magisk](https://github.com/topjohnwu/Magisk)[Riru](https://github.com/RikkaApps/Riru) 注入 zygote 进程
2. 加载指纹支付代码
3. 利用 [SandHook](https://github.com/ganyao114/SandHook) 完成注入功能

## 为什么要做出这个呢?

Expand All @@ -45,7 +44,6 @@ Magisk 版 [Xposed Fingerprint pay](https://github.com/eritpchy/Xposed-Fingerpri
## 致谢

* [Riru](https://github.com/RikkaApps/Riru)
* [SandHook](https://github.com/ganyao114/SandHook)
* [EdXposed](https://github.com/ElderDrivers/EdXposed)
* [Magisk](https://github.com/topjohnwu/Magisk)

Expand Down
3 changes: 0 additions & 3 deletions gradle/wrapper/gradle-4.10.1-all.zip

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=./gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
2 changes: 1 addition & 1 deletion riru-module-xfingerprint-pay-wechat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {

task zip(type: Exec) {
workingDir '..'
commandLine 'sh', 'build.sh', project.name, 'v3.9.2'
commandLine 'sh', 'build.sh', project.name, 'v3.9.3'
}
4 changes: 0 additions & 4 deletions riru-module-xfingerprint-pay-wechat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ function copy_files {

7za e -o$TMP_DIR_MAGISK/system/framework/ $MODULE_NAME/libs/fingerprint-pay-wechat-magisk.apk classes.dex
mv -f $TMP_DIR_MAGISK/system/framework/classes.dex $TMP_DIR_MAGISK/system/framework/libxfingerprint_pay_wechat.dex
7za e -o$TMP_DIR_MAGISK/system/lib/ $MODULE_NAME/libs/fingerprint-pay-wechat-magisk.apk lib/armeabi-v7a/libsandhook.so
mv -f $TMP_DIR_MAGISK/system/lib/libsandhook.so $TMP_DIR_MAGISK/system/lib/libxfingerprint_pay_wechat.so
7za e -o$TMP_DIR_MAGISK/system/lib64/ $MODULE_NAME/libs/fingerprint-pay-wechat-magisk.apk lib/arm64-v8a/libsandhook.so
mv -f $TMP_DIR_MAGISK/system/lib64/libsandhook.so $TMP_DIR_MAGISK/system/lib64/libxfingerprint_pay_wechat.so
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=riru-module-xfingerprint-pay-wechat
name=指纹支付-微信
version=v3.9.2
version=v3.9.3
versionCode=1
author=Jason Eric
description=让微信支持指纹支付 Fingerprint pay for wechat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=指纹支付-微信
version=v3.9.2
version=v3.9.3
versionCode=1
author=Jason Eric
description=让微信支持指纹支付\nFingerprint pay for wechat
Expand Down

0 comments on commit 23a12d1

Please sign in to comment.