update SandHook to the newest version, to support android11 and fix some hook bugs
This commit is contained in:
parent
d8fc537c33
commit
7a7757c35e
|
|
@ -3,7 +3,7 @@ allprojects {
|
|||
apply plugin: 'maven'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'eclipse'
|
||||
version = '3.2'
|
||||
version = '4.0'
|
||||
}
|
||||
|
||||
defaultTasks('clean','distZip')
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -122,7 +122,7 @@ public class SoAndDexCopyTask implements Runnable {
|
|||
if (useWhaleHookFramework) {
|
||||
dexAssetPath = "assets/dex/whale/classes-1.0.dex";
|
||||
} else {
|
||||
dexAssetPath = "assets/dex/sandhook/classes-1.0.dex";
|
||||
dexAssetPath = "assets/dex/sandhook/classes-2.0.dex";
|
||||
}
|
||||
FileUtils.copyFileFromJar(dexAssetPath, unzipApkFilePath + copiedDexFileName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue