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

Don't know how to handle non-constant parameter #3

Open
jodyabbot opened this issue Apr 8, 2016 · 0 comments
Open

Don't know how to handle non-constant parameter #3

jodyabbot opened this issue Apr 8, 2016 · 0 comments

Comments

@jodyabbot
Copy link

Hi Mr Schuette
I've been searching for different ways to traverse mobile application codes and Fortunately I found your impressive tool, Condroid. So I want to run it and start to run Main class of instrumentor module.I use concolicexample.apk as input and I got this error:

Don't know how to handle non-constant parameter :$r2 = virtualinvoke $r1.<android.support.v4.app.FragmentActivity: android.view.View findViewById(int)>($i0) Don't know how to handle non-constant parameter :$r3 = interfaceinvoke $r13.<android.support.v4.app.FragmentContainer: android.view.View findViewById(int)>($i3) Exception in thread "main" java.lang.NullPointerException at acteve.instrumentor.InstrumentationHelper.getClassOfViewId(InstrumentationHelper.java:648) at acteve.instrumentor.AndroidCGExtender.internalTransform(AndroidCGExtender.java:86) at soot.SceneTransformer.transform(SceneTransformer.java:39) at soot.Transform.apply(Transform.java:90) at soot.ScenePack.internalApply(ScenePack.java:40) at soot.Pack.apply(Pack.java:116) at soot.PackManager.runWholeProgramPacks(PackManager.java:564) at soot.PackManager.runPacksNormally(PackManager.java:456) at soot.PackManager.runPacks(PackManager.java:391) at acteve.instrumentor.Main.main(Main.java:303)

the corresponding line for this error is

PackManager.v().runPacks();
Would you please help me to fix this problem.

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