# DexExtractor **Repository Path**: tib/DexExtractor ## Basic Information - **Project Name**: DexExtractor - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-01-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DexExtractor Android dex file extractor, anti-bangbang (Bangcle) ## Usage Put libdvm.so on the emulator `/system/lib` or download the pre-setup system image at [Google Drive](https://drive.google.com/file/d/0B4IvHmkRqgS4Nlh5WmVhRU9aNlE/view?usp=sharing) (or Download For Chinese User [Baidu Yun](http://pan.baidu.com/s/1jG3WQMU)) md5:6395c2f1451dbbed027d7293ab39a6e7 Boot the emulator with an sdcard and install protected application. Open logcat and monitor for the Application tag for the dalvikvm like this ![logcat](art/image.png), you will see created file name output here. Then use adb to pull the file, `adb pull /sdcard/pkg_classes_xxx.dex`
Then run `java -jar Decoder.jar pkg_dexs_dir` to get all odex used from the unprotected file.