anestisb / vdexExtractor

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

android P. how to deodex system/framework? #45

Closed Liberations closed 5 years ago

Liberations commented 5 years ago

I found boot-framework_classes.dex boot-framework_classes2.dex boot-framework_classes3.dex.. but how to get a full framework.jar ? please...

anestisb commented 5 years ago

Pull the boot-framework.jar from your device and append the extracted Dex file as zip entries (jar -uf). Be sure to maintain the naming conventions (classes.dex, classes2.dex, etc.).