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

Question About update soot dependency #25

Open
niorgai opened this issue Dec 27, 2022 · 0 comments
Open

Question About update soot dependency #25

niorgai opened this issue Dec 27, 2022 · 0 comments

Comments

@niorgai
Copy link

niorgai commented Dec 27, 2022

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:

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 ?

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