We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f744e5 commit 35c1b12Copy full SHA for 35c1b12
soot-infoflow-android/src/soot/jimple/infoflow/android/entryPointCreators/AndroidEntryPointCreator.java
@@ -281,6 +281,7 @@ protected SootMethod createDummyMainInternal() {
281
String classAppl = "android.app.Application";
282
if (applicationClass != null)
283
classAppl = applicationClass.getName();
284
+ applicationClass = Scene.v().forceResolve(classAppl, SootClass.SIGNATURES);
285
Local clazzL = j.newLocal("clazz", RefType.v("java.lang.Class"));
286
body.getLocals().add(clazzL);
287
Local classLoader = j.newLocal("classLoader", RefType.v("java.lang.ClassLoader"));
0 commit comments