1572766337 / DexExtractor

android dex extractor ,anti-shell,android 脱壳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (or Download For Chinese User Baidu Yun) 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, 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.

About

android dex extractor ,anti-shell,android 脱壳

License:GNU General Public License v3.0


Languages

Language:Java 41.4%Language:C++ 32.8%Language:C 23.4%Language:Makefile 2.3%