redex icon indicating copy to clipboard operation
redex copied to clipboard

Support for Dex 037 ?

Open JuneLeo opened this issue 5 years ago • 3 comments

I am an android developer. I see that commit contains the information that 037 is supported by redex. Is 037 supported by redex now?

JuneLeo avatar May 07 '19 02:05 JuneLeo

Not fully supported; we still have to go through our optimizations to see if they make any implicit assumptions that break with 037.

int3 avatar May 07 '19 02:05 int3

It looks like V37 requires parent classes to go before derived ones: https://android.googlesource.com/platform/art/+/31349988d7c44fe453bde9525fd10a371e543c28%5E!/

I don't see this being checked in Redex, or am I missing it?

mvolkus avatar Jun 03 '19 12:06 mvolkus

I don't think we're checking that yet. I think we only have the ability to read in a v037 dex file, but not output one yet.

Thanks for finding that new constraint we'll have to work with.

justinjhendrick avatar Jun 03 '19 17:06 justinjhendrick