IOsipov / androguard

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

Problem in androsign.py for android malware detection #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In detection part, that is, "androsign.py"
2.
3.

What is the expected output? What do you see instead?
Expected output is the result of malware detection.
Instead, I saw following message,

./androsign.py -i Malware/  -b signatures/dbandroguard -c signatures/dbconfig

signatures/dbandroguard signatures/dbconfig True

terminate called after throwing an instance of 'mu::ParserError'
Aborted

What version of the product are you using? On what operating system?
1.0 Ubuntu 11.4

Please provide any additional information below.

Original issue reported on code.google.com by PinkyChe...@gmail.com on 31 Mar 2012 at 8:42

GoogleCodeExporter commented 9 years ago
hi,

you must install muparser:
http://code.google.com/p/androguard/wiki/Installation#Requirements

Original comment by anthony....@gmail.com on 2 Apr 2012 at 6:42

GoogleCodeExporter commented 9 years ago
which version of muparser is suggested?
Thanks,

Original comment by CHMao2...@gmail.com on 2 Apr 2012 at 9:31

GoogleCodeExporter commented 9 years ago
the latest version if you can (do not use the deb package)

Original comment by anthony....@gmail.com on 2 Apr 2012 at 9:32

GoogleCodeExporter commented 9 years ago
so the latest version you mean muparser_V2_2_2?

Original comment by CHMao2...@gmail.com on 2 Apr 2012 at 10:34

GoogleCodeExporter commented 9 years ago
yep

Original comment by anthony....@gmail.com on 2 Apr 2012 at 10:36