Skip to content

Parse classes.dex in APK file and get strings/methods/class info. no need unzip, no need decompile,

Notifications You must be signed in to change notification settings

PhD-5/DexKiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DexKiller

Parse classes.dex in APK file and get strings/methods/class info. no need unzip, no need re-compile.

Usage

String apkPath = "path/to/apk/file";
List<Dex> dexResult = DexParser.parseEachDexFile(apkPath);

All the dex info is stored in the dexResult, such as classList/methodList/stringList.

About

Parse classes.dex in APK file and get strings/methods/class info. no need unzip, no need decompile,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages