vdex专题

android8.0的vdex文件格式分析

google在android8.0新增加了vdex文件,定义如下 art\runtime\ vdex_file.h // VDEX files contain extracted DEXfiles. The VdexFile class maps the file to // memory and provides tools foraccessing its individual sect

Android逆向之Vdex转dex

如何将Vdex 文件转成 dex,有时我们需要逆向应用查看代码,又苦于反编译出来看不到真实的源码,如下anestisb大神写的工具可以解决我们的问题。 https://github.com/anestisb/vdexExtractor 一般在Ubantu上编译,如果是windows电脑可以安装VM虚拟机,在虚拟机上安全Ubantu,安装好系统,下载代码,git clone https://gi