File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 )
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
1212Most 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
Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments