c0de3 / androguard

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

Androsim.exe giving wrong value for percentage of similarity #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.In the command window type: androsim.exe -i <path to MusicPlayer.apk> <path 
to Pagercontainer.apk> 

What is the expected output? What do you see instead?
The 2 apps are totally different in terms of functionality. But the output is 
warning: compressor SNAPPY is not supported (use zlib default compressor)
Elements:
         IDENTICAL:     1149
         SIMILAR:       21
         NEW:           8
         DELETED:       2
         SKIPPED:       0
warning: compressor SNAPPY is not supported (use zlib default compressor)
        --> methods: 99.185900% of similarities

Why is it showing such high value for percentage of similarity?

What version of the product are you using? On what operating system?
I am running the exe on Windows 7. 

Please provide any additional information below.

I ran androsim.py on an android device also with the help of Scripting Language 
For Android(SL4A) and Python for Anroid (py4A) and I am getting the same value 
in that also. 

Is it the problem in way of interpreting the result?

Original issue reported on code.google.com by parvathy...@gmail.com on 13 Nov 2013 at 8:54