Skip to content

Commit

Permalink
update sandhook to fix crashing on some android12 or android13 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
WindySha committed Aug 26, 2022
1 parent 6283179 commit eeaa424
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified loader/libs/hooklib.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion xpatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

jar {
baseName = 'xpatch'
version = '5.0'
version = '5.1'
manifest {
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
}
Expand Down
Binary file modified xpatch/src/main/assets/lib/arm64-v8a/libsandhook
Binary file not shown.
Binary file modified xpatch/src/main/assets/lib/armeabi-v7a/libsandhook
Binary file not shown.

0 comments on commit eeaa424

Please sign in to comment.