Skip to content

Commit 70ab9a0

Browse files
author
Eric Bodden
committed
Update README.md
1 parent 661f561 commit 70ab9a0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
DroidBench
22
==========
3-
DroidBench is an open test suite for evaluating the
4-
effectiveness of taint-analysis tools specifically for Android apps. Version 1.0 comprises the following test cases:
3+
DroidBench is an open test suite for evaluating the effectiveness of taint-analysis tools specifically for Android apps.
4+
The suite can be used to assess both static and dynamic taint analyses, but in particular it contains test cases for interesting static-analysis problems (field sensitivity, object sensitivity, tradeoffs in access-path lengths etc.) as well as for Android-specific challenges like correctly modeling an application’s lifecycle, adequately handling asynchronous callbacks and interacting with the UI.
5+
6+
The distribution contains an eclipse workspace with all source-code projects as well as readily compiled APKs.
7+
8+
Version 1.0
9+
===========
10+
Version 1.0 comprises the following 39 test cases:
511

612
Arrays and Lists
713
----------------

0 commit comments

Comments
 (0)