secure-software-engineering / DroidBench

A micro-benchmark suite to assess the stability of taint-analysis tools for Android
http://sseblog.ec-spride.de/tools/droidbench/
269 stars 114 forks source link

AnotherActivity in Singletons1 is not actually triggered #18

Open majestyhao opened 8 years ago

majestyhao commented 8 years ago

Hi,

The activity "AnotherAcitivty" will not be actually started so that the filed of the singleton instance will not be polluted.

I suggest to add "startActivity(i)" in the MainActivity.

Thanks.

jyotigajrani commented 7 years ago

Hi @StevenArzt ,

I want to add one more reflection sample to category Reflection. Earlier I was able to do the same easily but this time I am getting error: remote: Permission to secure-software-engineering/DroidBench.git denied to jyotigajrani. fatal: unable to access 'https://github.com/secure-software-engineering/DroidBench.git/': The requested URL returned error: 403

I am attaching the complete eclipse project here. Please add to develop branch.

Network_reflection.zip