What Droidefense is?
Droidefense (originally named atom: analysis through observation machine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has anti-analysis routines, Droidefense attemps to bypass them in order to get to the code and ‘bad boy’ routine. Sometimes those techniques can be virtual machine detection, emulator detection, self certificate checking, pipes detection. tracer pid check, and so on.
Droidefense uses an innovative idea in where the code is not decompiled rather than viewed. This allow us to get the global view of the execution workflow of the code with a 100% accuracy on gathered information. With this situation, Droidefense generates a fancy html report with the results for an easy understanding.
Dependencies:
+ Java JDK 1.7 or Higher
+ Maven
Usage:
git clone https://github.com/droidefense/engine && cd engine mvn clean package -DskipTests cd target java -jar droidefense-cli-1.0-SNAPSHOT.jar -i sample.apk or wget https://github.com/droidefense/engine/releases/download/0.1-unstable/droidefense.-0.1-unstable-alpha.zip unzip droidefense.-0.1-unstable-alpha.zip java -jar droidefense.-1.0-unstable-alpha.jar -i sample.apk
Source: https://github.com/droidefense