LIEF icon indicating copy to clipboard operation
LIEF copied to clipboard

Can lief support parse odex and vdex file of android 9 and android 10

Open zhangjg0201 opened this issue 4 years ago • 5 comments

zhangjg0201 avatar Feb 22 '21 06:02 zhangjg0201

I started to support these formats but didn't finished yet.

romainthomas avatar Feb 26 '21 14:02 romainthomas

I started to support these formats but didn't finished yet.

Thanks for your work !

zhangjg0201 avatar Feb 27 '21 02:02 zhangjg0201

OAT version 138 (android 9.0) parsing seems to work, at least for my use case

But OAT versions 170 (android 10.0) and 183 (android 11.0) parsing does not work yet.

Thank you for your work!

Rulliam avatar Mar 15 '21 17:03 Rulliam

@romainthomas is there any update on this?

vegedreamgagnoa avatar Jun 09 '22 22:06 vegedreamgagnoa

I started a PoC and the introduction of the CDEX format makes things even more complicated. I'll see when I'll find the motivation to resume this part.

(I'm working on LIEF on my spare time since almost a year now)

romainthomas avatar Jun 10 '22 04:06 romainthomas