[jar Tutorial] UC Tutorial on Deleting the Two Links in Skin Management

The original poster: Xiaoyu, Views: 199 Replies: 3 Posted in: 2013-11-12 12:14:23
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. 图片图片
reply 🤍 0 📤 share collect
Xiaoyu... The last picture should be this one, right! We have been working hard all along.图片
Uh, helping to bump~
Go Saipan
— All replies loaded —

Leave a Reply