We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed version of all the soot-infoflow-xxxx.jar is 2.8. and i want to update them to 2.10 from FlowDroid release page.
soot-infoflow-xxxx.jar
after that i got a mistake:
Exception in thread "main" java.lang.NoSuchMethodError: 'soot.LocalGenerator soot.Scene.createLocalGenerator(soot.Body)' at soot.jimple.infoflow.cfg.LibraryClassPatcher.generateMessageObtainMethod(LibraryClassPatcher.java:231) at soot.jimple.infoflow.cfg.LibraryClassPatcher.patchMessageObtainImplementation(LibraryClassPatcher.java:123) at soot.jimple.infoflow.cfg.LibraryClassPatcher.patchLibraries(LibraryClassPatcher.java:71) at soot.jimple.infoflow.android.SetupApplication.initializeSoot(SetupApplication.java:1194) at soot.jimple.infoflow.android.SetupApplication.runInfoflow(SetupApplication.java:1439) at soot.jimple.infoflow.android.SetupApplication.constructCallgraph(SetupApplication.java:1311) at dev.navids.soottutorial.android.AndroidCallgraph.main(AndroidCallgraph.java:123)
maybe i should update org.soot-oss:soot:4.2.1, but soot release page latest version is 4.2.1. How should i fix this error please ?
org.soot-oss:soot:4.2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed version of all the
soot-infoflow-xxxx.jar
is 2.8.and i want to update them to 2.10 from FlowDroid release page.
after that i got a mistake:
maybe i should update
org.soot-oss:soot:4.2.1
, but soot release page latest version is 4.2.1.How should i fix this error please ?
The text was updated successfully, but these errors were encountered: