Skip to content
/ JAPatch Public

A tool to convert your static modifications into agent patcher

License

Notifications You must be signed in to change notification settings

Exeos/JAPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages