public class JavaAgent extends java.lang.Object
不能新增方法,不能修改方法参数,不能修改静态常量值... 导出打包需要添加两个参数:
Manifest-Version: 1.0 Premain-Class:xyz.noark.game.hotfix.JavaAgent Can-Redefine-Classes: true
static java.lang.instrument.Instrumentation
INST
JavaAgent()
static void
premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation inst)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static java.lang.instrument.Instrumentation INST
public JavaAgent()
public static void premain(java.lang.String agentArgs, java.lang.instrument.Instrumentation inst)