Steven Arzt

Results 261 comments of Steven Arzt

I have merged the improved algorithm and there have been no issues with the FlowDroid test cases (which are more than 1,000 now). We have not seen any issues with...

Soot is still maintained and is updated with bug fixes and occasionally new features. SootUp is a newer version of Soot with a redesigned architecture that shall eventually replace Soot....

We unfortunately do not have any precise description of the categories. We hoped that they would be self-explanatory. If this is not the case or you find any misclassifications, feel...

The category syntax depends on the input format that you use. FlowDroid supports a newer XML-based format that is much more expressive than the old text-style format. Since FlowDroid and...

Soot is from the Soot open source program analysis framework: https://github.com/Sable/soot. The other two JARs are from FlowDroid: https://github.com/secure-software-engineering/FlowDroid

SuSi is really old. It still uses ``ant`` to compile. You need to provide a settings file ``ant.settings``, for which there are templates in the repository. Make sure that you...

We have not created such files for newer versions of Android. However, it should be fairly easy to create such datsets using the SuSi project. You only need a JAR...

A Java method signature is unique even if the return value is not specified. There may not be two methods with the same name and parameter list, but different return...

Can you please provide the complete command line with which you started SuSi and the full output (and stack trace in the case of an exception) that was generated by...