anestisb / vdexExtractor

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

Extract dex from .odex files #8

Closed ingbrzy closed 6 years ago

ingbrzy commented 6 years ago

Can you add support for extract .dex from .odex files for Android 6.x/7.x..?

Thank you for your answer..

anestisb commented 6 years ago

This tool is processing the new Vdex files that have been introduced in the Oreo release (8.0). Older Android versions are storing the Dex files in the .data section of the Oat file (odex file). I don't plan to add support for older versions since this tool is focusing on Vdex files.

You can use the oatdump utility of the libart (or any of the other third party tools being released) to extract the Dex files from the Oat files.