Skip to content

oat2dex v0.8

Compare
Choose a tag to compare
@testwhat testwhat released this 10 Jun 14:41
· 532 commits to master since this release

Rewrite field sorting for L5.0 as original implemetation.

  • Fix some cases seem no error when converting but cannot run correctly in device.

Add L5.1, M preview field offset calculation.

  • Support API level 21~23 oat file.

Note: For L5.0 and L5.1, it is still need some good luck.
(e.g. when fields are obfuscated by tools like proguard, it may produce different
type fields with the same name, then the field order is not guaranteed.
See LinkFields in art/runtime/class_linker.cc)