Bytehook banner
xtherk xtherk

Bytehook

Development community

Description

A simple and user-friendly Java bytecode hook framework

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ByteHook

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

Usage

[Youtube-Demo video](https://youtu.be/KRF6gmZ066E)

[bytehook-examples](https://github.com/xtherk/bytehook-examples)


    io.github.xtherk
    bytehook-sdk
    1.0.1
    provided



    
        ossrh
        ossrh
        https://s01.oss.sonatype.org/content/repositories/releases
        
            true
        
    

Non-development environment directory structure

app
 ├── app.jar
 ├── bytehook-agent.jar
 └── modules
     └── your-module.jar

Please refer to https://github.com/xtherk/bytehook-examples/releases/tag/v1.0.0

Features

  • Replace the target method
  • Similar to AOP(Aspect Oriented Programming)

Credits