android_broken_fingers icon indicating copy to clipboard operation
android_broken_fingers copied to clipboard

Why can't I run this analysis tool on my computer?

Open DavideLin opened this issue 6 years ago • 4 comments

img_20181127_163730

Runtime error reporting, JDK installed, Android studio and python, environment variable configuration is successful.

DavideLin avatar Nov 27 '18 08:11 DavideLin

It seems that you are using Python 3. This project is Python 2 only.

ltfish avatar Nov 27 '18 08:11 ltfish

Finally, I tried to change the permission of the AAPT file to 777, but the final result was still as follows: stdin stdin stdin ERROR

DavideLin avatar Nov 28 '18 00:11 DavideLin

img_20181128_090905 Is there any problem with this input? I'm looking at these non-annotated documents that are somewhat difficult to understand. Do you have any documentation on this tool? I am very grateful to you for your efforts.

DavideLin avatar Nov 28 '18 01:11 DavideLin

I have the exact same issue, and get the same output. First of all, I managed to make it run replacing ./ with python and it worked, but produced the same java errors and the overall output was stdin stdin stdin ERROR. The tool was run on kali linux VM and with python 2.7 I have tried multiple apk files and has worked on none. Based on the message, there are problems in the Java code.

What I am surprised about is that this tool was designed, developed and used to analyze multiple apps based on the accompanying paper, and was really looking forward to using it for a testing, thesis and paper. The group's paper was great and the tool would have been great for static analysis, since it is exactly what we aim to test.

Any suggestions? Has anyone tried to resolve the code issues?

angzap avatar Dec 02 '19 10:12 angzap