Class NilKitHijack

java.lang.Object
me.tamkungz.nilkit.entrypoint.NilKitHijack
All Implemented Interfaces:
Runnable

public final class NilKitHijack extends Object implements Runnable
Standard NilKit entrypoint for the hijack phase. This class is invoked by the loader during the hijack stage and delegates execution to the EntrypointDispatcher.
  • Constructor Details

    • NilKitHijack

      public NilKitHijack()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable