bytehook

A simple and user-friendly Java bytecode hook framework can obtain the ability to modify methods without knowing the bytecode knowledge.

License

License

GroupId

GroupId

io.github.xtherk
ArtifactId

ArtifactId

bytehook
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

bytehook
A simple and user-friendly Java bytecode hook framework can obtain the ability to modify methods without knowing the bytecode knowledge.
Project URL

Project URL

https://github.com/xtherk/bytehook.git
Source Code Management

Source Code Management

https://github.com/xtherk/bytehook

Download bytehook

Filename Size
bytehook-1.0.0.pom 6 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bytehook-sdk
  • bytehook-core
  • bytehook-agent

Versions

Version
1.0.0