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

Fix for two runtime bugs #25

Closed JulianSchuette closed 7 years ago

JulianSchuette commented 7 years ago

Some APKs do not execute, preventing dynamic analysis. This is a fix for one ArrayIndexOutOfBoundsException and a missing permission.

ericbodden commented 7 years ago

Thanks! @StevenArzt I don't think this should change static-analysis behaviour in any way. Can you please confirm? I think then we can merge it.