UbeidUllah

Results 2 issues of UbeidUllah

I am using Soot framework and getting an error while executing the below code: import java.io.File; import java.util.*; import soot.*; import soot.jimple.*; import soot.options.*; import soot.toolkits.graph.*; import soot.toolkits.scalar.*; import soot.toolkits.scalar.FlowSet;...

I was running Points-toAnalysis but unfortunately I could not execute that. Can someone provide me with the command for executing that analysis? Currently I am using this command: ./gradlew run...