File tree 4 files changed +7
-7
lines changed
shadowhook/src/main/cpp/include
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# ShadowHook
2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
- ![ ] ( https://img.shields.io/badge/release-1.0.8 -red.svg?style=flat )
4
+ ![ ] ( https://img.shields.io/badge/release-1.0.9 -red.svg?style=flat )
5
5
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2014-blue.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat )
7
7
@@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation 'com.bytedance.android:shadowhook:1.0.8 '
52
+ implementation 'com.bytedance.android:shadowhook:1.0.9 '
53
53
}
54
54
```
55
55
Original file line number Diff line number Diff line change 1
1
# ShadowHook
2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
- ![ ] ( https://img.shields.io/badge/release-1.0.8 -red.svg?style=flat )
4
+ ![ ] ( https://img.shields.io/badge/release-1.0.9 -red.svg?style=flat )
5
5
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2014-blue.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat )
7
7
@@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation 'com.bytedance.android:shadowhook:1.0.8 '
52
+ implementation 'com.bytedance.android:shadowhook:1.0.9 '
53
53
}
54
54
```
55
55
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ ext {
18
18
abiFilters = " armeabi-v7a,arm64-v8a"
19
19
useASAN = false
20
20
dependencyOnLocalLibrary = true
21
- shadowhookVersion = " 1.0.8 "
21
+ shadowhookVersion = " 1.0.9 "
22
22
23
23
POM_GROUP_ID = " com.bytedance.android"
24
24
POM_ARTIFACT_ID = " shadowhook"
25
- POM_VERSION_NAME = " 1.0.8 "
25
+ POM_VERSION_NAME = " 1.0.9 "
26
26
27
27
POM_NAME = " shadowhook"
28
28
POM_DESCRIPTION = " ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64."
Original file line number Diff line number Diff line change 34
34
#include < stdbool.h>
35
35
#include < stdint.h>
36
36
37
- #define SHADOWHOOK_VERSION " 1.0.8 "
37
+ #define SHADOWHOOK_VERSION " 1.0.9 "
38
38
39
39
#define SHADOWHOOK_ERRNO_OK 0
40
40
#define SHADOWHOOK_ERRNO_PENDING 1
You can’t perform that action at this time.
0 commit comments