This project has two main module : apat and mal-detector.
apat is a static analysis tool. It can show the apk's AndroidManifest.xml content , sensitive apis etc.
mal-detector is a demo for detecting malware.
The dex-reader module is forked from https://code.google.com/p/dex2jar/.
And axml module is forked for https://code.google.com/p/axml/
And https://code.google.com/p/android4me/ is nice too!!