Class GamepackIdentityPatch


  • public final class GamepackIdentityPatch
    extends java.lang.Object
    Four targeted, in-memory method overrides bound to a stock-launch capture.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Offline gate: resolve, transform and ask the JVM to link the actual classes.
      static java.util.Map<java.lang.String,​byte[]> prepare​(java.util.jar.JarFile jar)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • prepare

        public static java.util.Map<java.lang.String,​byte[]> prepare​(java.util.jar.JarFile jar)
                                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Offline gate: resolve, transform and ask the JVM to link the actual classes.
        Throws:
        java.lang.Exception