anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 214 forks source link

the latest source don't support android 9.0 vdex parse ??? #19

Closed LiuchengGit closed 6 years ago

LiuchengGit commented 6 years ago

@anestisb,when i download your latest code and compile a vdexExtractor tool , i parse android P vdex ,get result as below . Doesn't your code support Android 9.0 ???

root@book-virtual-machine:/work/vdexExtractor-master/bin# ./vdexExtractor -i tmp/boot-framework.vdex -o tmp --deps -f [INFO] Processing 1 file(s) from tmp/boot-framework.vdex [ERROR] Unsupported Vdex version [WARNING] Invalid Vdex header - skipping 'tmp/boot-framework.vdex' [INFO] 0 out of 0 Vdex files have been processed [INFO] 0 Dex files have been extracted in total [INFO] Extracted Dex files are available in 'tmp'

anestisb commented 6 years ago

Yeah Android 9.0 is not supported yet (see https://github.com/anestisb/vdexExtractor/issues/11). It's on the todo list, although I've been busy lately so limited free time.