Take UC8.3 as an example. Use main to open uc.bin and find "More skins download >>" on line 52. Use BE to search for a class in UC with ext_manager_page. Open it and search for "bipush 52" to find a method (note the exception table). Open and search for "bipush 52" and delete the following code: getstatic af/a Lbt; aload_0 invokevirtual bt/d(Ljava/lang/String;)V getstatic af/a Lbt; bipush 52 invokestatic bu/a(I)Ljava/lang/String; invokevirtual java/lang/String/toCharArray()[C invokevirtual bt/a([C)V getstatic af/a Lbt; The green code is used to reference line 52 in uc.bin; then search for "bipush 52" again and delete the following code: aload_0 invokevirtual bt/d(Ljava/lang/String;)V getstatic af/a Lbt; bipush 52 invokestatic bu/a(I)Ljava/lang/String; invokevirtual java/lang/String/toCharArray()[C invokevirtual bt/a([C)V getstatic af/a Lbt; The green code is used to reference line 52 in uc.bin. Modify the exception, save, review, and package. Mission accomplished 11.
