Package juuxel.unprotect
Class UnprotectAgent
java.lang.Object
juuxel.unprotect.UnprotectAgent
The Unprotect agent.
Requires the java.instrument module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpremain(String agentArgs, Instrumentation instrumentation) The agent entrypoint method.
-
Constructor Details
-
UnprotectAgent
public UnprotectAgent()
-
-
Method Details
-
premain
The agent entrypoint method.- Parameters:
agentArgs- the agent options passed to this agentinstrumentation- the instrumentation services- See Also:
-