What steps will reproduce the problem?
1. I import class APK from androguard.core.bytecodes.apk to my program
2. using get_signature method or get_signature_name method for get
META-INF/*.DSA certification
What is the expected output? What do you see instead?
My expected output is file or filename of the certification
instead output is return None
What version of the product are you using? On what operating system?
androguard 1.9 on ubuntu 12.04 LTS
Please provide any additional information below.
I modified the regular expression
original: "^(META-INF/)(.*)(\.RSA)$"
My modified: "^(META-INF/)(.*)(\.RSA|\.DSA)$"
Sorry my poor English, hope everybody understand my mean
Original issue reported on code.google.com by learnlon...@gmail.com on 5 Jul 2013 at 3:37
Original issue reported on code.google.com by
learnlon...@gmail.com
on 5 Jul 2013 at 3:37