Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something about svfa #16

Open
mengjianwei12345 opened this issue Aug 3, 2022 · 1 comment
Open

something about svfa #16

mengjianwei12345 opened this issue Aug 3, 2022 · 1 comment

Comments

@mengjianwei12345
Copy link

Hello, if I want to ask what is the difference between these branches, if I want to use the SVFA features in my project, which branch should I use?

@mengjianwei12345
Copy link
Author

In addition, when I use the master branch of the project, the project will report an error:
Exception in thread "main" java.lang.NoClassDefFoundError: scala/collection/IterableOnce
at br.unb.cic.soot.graph.Graph.(Graph.scala:142)
at br.unb.cic.soot.svfa.SVFA.(SVFA.scala:24)
at br.unb.cic.soot.svfa.jimple.JSVFA.(JSVFA.scala:28)
at br.unb.cic.analysis.svfa.SVFAAnalysis.(SVFAAnalysis.java:22)
at br.unb.cic.analysis.Main.runSparseValueFlowAnalysis(Main.java:198)
But if I upgrade the scala version to 2.13.x, it will report an error:
Exception in thread "main" java.lang.NoClassDefFoundError: scala/collection/GenTraversableOnce
at br.unb.cic.analysis.Main.runSparseValueFlowAnalysis(Main.java:198)
at br.unb.cic.analysis.Main.main(Main.java:61)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant