A forum for reverse engineering, OS internals and malware analysis 

Forum for analysis and discussion about malware.
 #19630  by skeptre
 Thu Jun 13, 2013 7:57 pm
I am interested in analyzing an Android malware which I found on Contagio
Link: http://contagiominidump.blogspot.com/20 ... 8908466039

More information about it can be found here: https://www.securelist.com/en/blog/8106 ... oid_Trojan

I tried to look into the code through Androguard, but I get an error in the first step itself when I do the following:
a,d,dx = AnalyzeAPK("path_to_apk", decompiler="dad")

Any suggestions on what can be done to overcome this error, is there a better way to access the code since Dex2jar does not work for this sample.

Thanks