secure-software-engineering / SuSi

SuSi - our tool to automatically discover sources and sinks in the Android framework
143 stars 74 forks source link

Building the package code problem #13

Closed AmrAshraf closed 6 years ago

AmrAshraf commented 6 years ago

I am trying to build the project but it gives me, Can't resolve the following ones

 import soot.jimple.infoflow.android.data.AndroidMethod.CATEGORY;
 import soot.jimple.infoflow.android.data.AndroidMethodCategoryComparator;

I am using soot-infoflow-android 2.5.1 the newest build of dependent soot libraries. I even open its source code and i can't found CATEGORY and AndroidMethodCategoryComparatorin the AndroidMethodclass.

AmrAshraf commented 6 years ago

Solved by getting flowdroid version 2 instead of 2.5

StevenArzt commented 6 years ago

There has been some refactoring. The CATEGORY enumeration is now part of "soot.jimple.infoflow.android.data.CategoryDefinition".