SmaliEx icon indicating copy to clipboard operation
SmaliEx copied to clipboard

hepl me deodex

Open viplavip15 opened this issue 7 years ago • 6 comments

i try uses your tool, but not work on stock LG android 7.0 , http://forum.xda-developers.com/v20/development/dev-stock-dump-f800l-v09g-android-7-0-t3459436/page2 can i help you fix it?

viplavip15 avatar Sep 23 '16 14:09 viplavip15

I'll help you at later today or tomorrow

mmhobi7 avatar Sep 23 '16 14:09 mmhobi7

thanks you you first! Im waiting from you. :)

viplavip15 avatar Sep 23 '16 14:09 viplavip15

Currently, deodex for N might not be supported in the near future. Because N supports default method, the computation of vtable is changed. To accomplish the change, it may either implement the same concept as https://android.googlesource.com/platform/art/+/android-7.0.0_r6/runtime/class_linker.cc#5478 or load .art image to restore related information. Both should not be easy work.

testwhat avatar Sep 23 '16 14:09 testwhat

Moreover, current art of N release contains bug which will result duplicated method in vtable. I prefer to support for N after the fix https://android.googlesource.com/platform/art/+/1f3925d4f%5E%21 is released. Maybe N-MR1...

testwhat avatar Sep 23 '16 15:09 testwhat

ok, thanks you!

viplavip15 avatar Sep 24 '16 00:09 viplavip15

Supported on https://github.com/testwhat/SmaliEx/releases/tag/snapshot-s by merge v2.2. Thanks to JesusFreke.

testwhat avatar Oct 04 '16 04:10 testwhat