DeepakUniAdel

Results 6 comments of DeepakUniAdel

@StevenArzt yes I want to add an "if condition" as sink... how should I mark the sink in Jimple so that it can be identified by FlowDorid.. Where should I...

> Check this link: > https://github.com/soot-oss/soot/wiki/Introduction:-Soot-as-a-command-line-tool#soots-classpath I looked in to it but they have mentioned how to set class path while installing Soot, but what about this repository Soot Tutorial?...

Yes, I tried that ... its showing package as null... I want to segregate between two classes with same name as part of static analysis...

Hi will it impact the temporary variable translation like the translation of temporary variables used in a for loop (for int i = 0, i < ... ) where "I"...

Sorry for lack of clarity. The earlier version of Sootup released in December was having following issue : The issue is for the following Java code : int bitValue =...