A tool that uses the ART libraries to dump a DEX file from a VDEX (verified DEX?) file.
Very loosely based on dex2oat. (More like I took its source file and emptied it.)
- Insert this directory into
/art
in your copy of AOSP. - Insert
"vdex2dex"
intosubdirs
in/art/Android.bp
. mmma art/vdex2dex
vdex2dex app.vdex classes.dex