Exeos / JAPatch

A tool to convert your static modifications into agent patcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAPatch

A tool to convert your static modifications into agent, patching at runtime

how to use:

  1. put all the class files you modified into a zip
  2. run agent-patcher.jar [path/to/agent.jar] [classes.zip], this will create a jar called "patcher.jar"
  3. run your program with the arg: -javaagent:path/to/patcher.jar

About

A tool to convert your static modifications into agent patcher

License:MIT License


Languages

Language:Java 100.0%