Skip to content

Commit 927f33b

Browse files
committed
Improve README files.
1 parent 79cf272 commit 927f33b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/release-1.0.10-red.svg?style=flat)
5-
![](https://img.shields.io/badge/Android-4.1%20--%2014-blue.svg?style=flat)
5+
![](https://img.shields.io/badge/Android-4.1%20--%2015-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat)
77

88
[**简体中文**](README.zh-CN.md)
@@ -16,7 +16,7 @@ If you need an Android PLT hook library, please move to [ByteHook](https://githu
1616

1717
## Features
1818

19-
* Support Android 4.1 - 14 (API level 16 - 34).
19+
* Support Android 4.1 - 15 (API level 16 - 35).
2020
* Support armeabi-v7a and arm64-v8a.
2121
* Support hook for the whole function, but does not support hook for the middle position of the function.
2222
* Support to specify the hook location by "function address" or "library name + function name".

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/release-1.0.10-red.svg?style=flat)
5-
![](https://img.shields.io/badge/Android-4.1%20--%2014-blue.svg?style=flat)
5+
![](https://img.shields.io/badge/Android-4.1%20--%2015-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat)
77

88
[**English**](README.md)
@@ -16,7 +16,7 @@ ShadowHook 现在被用于 TikTok,抖音,今日头条,西瓜视频,飞
1616

1717
## 特征
1818

19-
* 支持 Android 4.1 - 14 (API level 16 - 34)。
19+
* 支持 Android 4.1 - 15 (API level 16 - 35)。
2020
* 支持 armeabi-v7a 和 arm64-v8a。
2121
* 支持针对函数整体的 hook,不支持对函数中间位置的 hook。
2222
* 支持通过“函数地址”或“库名 + 函数名”的方式指定 hook 位置。

doc/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you need an Android PLT hook library, please move to [ByteHook](https://githu
1414

1515
# Features
1616

17-
* Support Android 4.1 - 14 (API level 16 - 34).
17+
* Support Android 4.1 - 15 (API level 16 - 35).
1818
* Support armeabi-v7a and arm64-v8a.
1919
* Support hook for the whole function, but does not support hook for the middle position of the function.
2020
* Support to specify the hook location by "function address" or "library name + function name".

doc/manual.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ShadowHook 现在被用于 TikTok,抖音,今日头条,西瓜视频,飞
1414

1515
# 特征
1616

17-
* 支持 Android 4.1 - 14 (API level 16 - 34)。
17+
* 支持 Android 4.1 - 15 (API level 16 - 35)。
1818
* 支持 armeabi-v7a 和 arm64-v8a。
1919
* 支持针对函数整体的 hook,不支持对函数中间位置的 hook。
2020
* 支持通过“函数地址”或“库名 + 函数名”的方式指定 hook 位置。

0 commit comments

Comments
 (0)