is not current version
Last Version 1.0.5

com.bytedance:bytehook 1.0.1

ByteHook is a PLT hook framework for Android app.

GroupId

GroupId

com.bytedance
ArtifactId

ArtifactId

bytehook
Version

Version

1.0.1
Type

Type

aar

Download bytehook 1.0.1


<!-- https://jarcasting.com/artifacts/com.bytedance/bytehook/ -->
<dependency>
    <groupId>com.bytedance</groupId>
    <artifactId>bytehook</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bytedance/bytehook/
implementation 'com.bytedance:bytehook:1.0.1'
// https://jarcasting.com/artifacts/com.bytedance/bytehook/
implementation ("com.bytedance:bytehook:1.0.1")
'com.bytedance:bytehook:aar:1.0.1'
<dependency org="com.bytedance" name="bytehook" rev="1.0.1">
  <artifact name="bytehook" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bytedance', module='bytehook', version='1.0.1')
)
libraryDependencies += "com.bytedance" % "bytehook" % "1.0.1"
[com.bytedance/bytehook "1.0.1"]