harshguptaiscf / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

Can't get *.DSA certification #126

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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