Class UnprotectAgent

java.lang.Object
juuxel.unprotect.UnprotectAgent

public final class UnprotectAgent extends Object
The Unprotect agent.

Requires the java.instrument module.

  • Constructor Details

    • UnprotectAgent

      public UnprotectAgent()
  • Method Details

    • premain

      public static void premain(String agentArgs, Instrumentation instrumentation)
      The agent entrypoint method.
      Parameters:
      agentArgs - the agent options passed to this agent
      instrumentation - the instrumentation services
      See Also: