anestisb / vdexExtractor

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

Is compact_dex_converter output differrent dex version like dex.038/dex.039 possible? #54

Closed zzzzfeng closed 4 years ago

zzzzfeng commented 4 years ago

thanks for this tool first! Cause default output dex.039 is not supported by androguard, Is 'compact_dex_converter' output differrent dex version like dex.038/dex.039 possible?

anestisb commented 4 years ago

No that is not possible by this tool (or any tool). Dex039 has instructions that are not available in dex038 and there is no straight forward way to create equivalent code. Unfortunately you need to find a different tool for what you're looking for in androguard (or contribute to it with new version support).