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

运行报错 #2

Open
l3eacon opened this issue Aug 12, 2024 · 0 comments
Open

运行报错 #2

l3eacon opened this issue Aug 12, 2024 · 0 comments

Comments

@l3eacon
Copy link

l3eacon commented Aug 12, 2024

在我尝试运行该项目的过程中,反复遇到以下异常信息:
java.lang.RuntimeException: This operation requires resolving level BODIES but com.google.android.gms.auth.api.signin.RevocationBoundService is at resolving level SIGNATURES
If you are extending Soot, try to add the following call before calling soot.Main.main(..):
Scene.v().addBasicClass(com.google.android.gms.auth.api.signin.RevocationBoundService,BODIES);
Otherwise, try whole-program mode (-w).
at soot.SootClass.checkLevelIgnoreResolving(SootClass.java:198)
at soot.SootClass.checkLevel(SootClass.java:180)
at soot.SootMethod.retrieveActiveBody(SootMethod.java:391)
at analyze.Main.getGetIntentInvokeUnit(Main.java:226)
at analyze.Main.doAnalyze(Main.java:158)
at analyze.Main.access$400(Main.java:25)
at analyze.Main$1.work(Main.java:128)
at util.DirTraversal.traverse(DirTraversal.java:20)
at analyze.Main.main(Main.java:131)

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