Skip to content

Commit 7a7757c

Browse files
author
夏万里
committed
update SandHook to the newest version, to support android11 and fix some hook bugs
1 parent d8fc537 commit 7a7757c

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ allprojects {
33
apply plugin: 'maven'
44
apply plugin: 'idea'
55
apply plugin: 'eclipse'
6-
version = '3.2'
6+
version = '4.0'
77
}
88

99
defaultTasks('clean','distZip')
-1.21 MB
Binary file not shown.
1.09 MB
Binary file not shown.
185 KB
Binary file not shown.
156 KB
Binary file not shown.

xpatch/src/main/java/com/storm/wind/xpatch/task/SoAndDexCopyTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void copyDexFile(int dexFileCount) {
122122
if (useWhaleHookFramework) {
123123
dexAssetPath = "assets/dex/whale/classes-1.0.dex";
124124
} else {
125-
dexAssetPath = "assets/dex/sandhook/classes-1.0.dex";
125+
dexAssetPath = "assets/dex/sandhook/classes-2.0.dex";
126126
}
127127
FileUtils.copyFileFromJar(dexAssetPath, unzipApkFilePath + copiedDexFileName);
128128
}

0 commit comments

Comments
 (0)