Skip to content

Commit 5100c2d

Browse files
committed
Set modifiers to public
1 parent 4dcd1db commit 5100c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soot-infoflow-android/src/soot/jimple/infoflow/android/AndroidLibraryClassPatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private void patchInstantiate(SootClass sc, String subsig, String... name) {
9595
JimpleBody body = j.newBody(smInstantiate);
9696
if (smInstantiate.isPhantom())
9797
smInstantiate.setPhantom(false);
98+
smInstantiate.setModifiers(Modifier.PUBLIC);
9899
smInstantiate.setActiveBody(body);
99100
body.insertIdentityStmts();
100101
Chain<Local> locals = body.getLocals();

0 commit comments

Comments
 (0)