Object Unpacker

  • All Implemented Interfaces:

    
    public class Unpacker
    
                        

    Tool to decode Packer code in JS

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Unpacker INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String unpack(Context context, String link) Search packed code and decode it
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • unpack

         final String unpack(Context context, String link)

        Search packed code and decode it

        Parameters:
        context - Context
        link - Link to search for packed
        Returns:

        The decoded code