Skip to content

Commit 2630df0

Browse files
committed
Update the documentation to announce that the existing version(1.0.3) of shadowhook supports Android 13.
Note: This is based on preliminary local testing and lacks extensive product validation.
1 parent 9131a09 commit 2630df0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.3-red.svg?style=flat)
5-
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
5+
![](https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat)
77

88
[README 中文版](README.zh-CN.md)
@@ -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 - 12 (API level 16 - 31).
17+
* Support Android 4.1 - 13 (API level 16 - 33).
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".

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.3-red.svg?style=flat)
5-
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
5+
![](https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat)
77

88
[README English Version](README.md)
@@ -14,7 +14,7 @@
1414

1515
## 特征
1616

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

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Theme.Shadowhook" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
3+
<style name="Theme.Shadowhook" parent="Theme.MaterialComponents.Light.DarkActionBar">
44
<!-- Primary brand color. -->
55
<item name="colorPrimary">@color/teal_200</item>
66
<item name="colorPrimaryVariant">@color/teal_700</item>

doc/manual.md

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

1313
# Features
1414

15-
* Support Android 4.1 - 12 (API level 16 - 31).
15+
* Support Android 4.1 - 13 (API level 16 - 33).
1616
* Support armeabi-v7a and arm64-v8a.
1717
* Support hook for the whole function, but does not support hook for the middle position of the function.
1818
* 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
@@ -12,7 +12,7 @@
1212

1313
# 特征
1414

15-
* 支持 Android 4.1 - 12 (API level 16 - 31)。
15+
* 支持 Android 4.1 - 13 (API level 16 - 33)。
1616
* 支持 armeabi-v7a 和 arm64-v8a。
1717
* 支持针对函数整体的 hook,不支持对函数中间位置的 hook。
1818
* 支持通过“函数地址”或“库名 + 函数名”的方式指定 hook 位置。

0 commit comments

Comments
 (0)