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
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