Skip to content

Commit 703519d

Browse files
committed
Improve documentation.
1 parent d3cdeff commit 703519d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bhook
1+
# ByteHook
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/release-1.0.5-red.svg?style=flat)
@@ -7,10 +7,12 @@
77

88
[README 中文版](README.zh-CN.md)
99

10-
ByteHook(aka bhook) is a PLT hook framework for Android app. It provides an overall solution for using PLT hook in Android app.
10+
ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.
1111

1212
Most of ByteDance's Android apps(including Douyin, Toutiao, Xigua Video) use ByteHook as the PLT hook solution in production.
1313

14+
If you need an Android inline hook library, please move to [ShadowHook](https://github.com/bytedance/android-inline-hook).
15+
1416

1517
## Features
1618

README.zh-CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bhook
1+
# ByteHook
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
44
![](https://img.shields.io/badge/release-1.0.5-red.svg?style=flat)
@@ -7,10 +7,12 @@
77

88
[README English Version](README.md)
99

10-
ByteHook(aka bhook) 是一个针对 Android app 的 PLT hook 框架。它提供了一套 Android app 使用 PLT hook 的整体方案
10+
**ByteHook** 是一个 Android PLT hook 库,它支持 armeabi-v7a, arm64-v8a, x86 和 x86_64
1111

1212
字节跳动的大多数 Android app(包括抖音,今日头条,西瓜视频)在线上环境中使用了 ByteHook 作为 PLT hook 方案。
1313

14+
如果你需要的是 Android inline hook 库,请移步到 [ShadowHook](https://github.com/bytedance/android-inline-hook)
15+
1416

1517
## 特征
1618

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
POM_VERSION_NAME = "1.0.5"
3737

3838
POM_NAME = "bytehook"
39-
POM_DESCRIPTION = "ByteHook is a PLT hook framework for Android app."
39+
POM_DESCRIPTION = "ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64."
4040
POM_URL = "https://github.com/bytedance/bhook"
4141
POM_INCEPTION_YEAR = "2020"
4242
POM_PACKAGING = "aar"

0 commit comments

Comments
 (0)