Linghui Luo
Linghui Luo
@ericbodden DroidBench should at-least-partially use GPL v2, since DroidBench seems to include DroidSafe, which is GPL v2: https://github.com/MIT-PAC/droidsafe-src/blob/master/licenses.txt
@ericbodden According to the acknowledgment: - 40 apps were contributed by The DroidSafe Team at MIT http://mit-pac.github.io/droidsafe-src/ - Some inter-component and inter-application test cases were contributed by Li Li from...
It would be nice if you provide a test case
junit is good enough. Just take a look at the tests we have in the project. Thanks.
did you look this soot.tagkit.VisibilityAnnotationTag?
Why do you need to set up all-reachable to be true?
@giltho I took a look into the jar (a multi-release jar file) your provided. I think the problem came from the versioned classes under META-INF/versions/9. There are classes with the...
@anddann Since you are expert for Java 9, maybe you can answer my question. Does soot support versioned classes (Multi-release JAR files)? I dont think so. As far as I...
@anddann thanks for the answer! @giltho @lianah I am afraid you have to filter out those versioned classes as I suggested above for now.
@lianah Are you sure about the option "all-reachable:false"? I could not reproduce it with this option disabled, but with it enabled. The problem is indeed due to resolution level of...