From be716c0f3f2490537b85bf600a90920630c1074f Mon Sep 17 00:00:00 2001 From: fpauck Date: Tue, 18 Jun 2019 11:37:38 +0200 Subject: [PATCH] Added benchmark cases --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d882bdb..26a421f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Each is setup to execute different analysis tools. On the one hand, WebService 2. is configured to run [DroidRA](https://github.com/serval-snt-uni-lu/DroidRA), [FlowDroid](https://github.com/secure-software-engineering/FlowDroid), [HornDroid](https://github.com/ylya/horndroid), [IC3](https://github.com/FoelliX/ic3) and [NOAH](https://github.com/FoelliX/NOAH). On the other hand, WebService 3. holds only one tool in its configuration, namely [PIM](https://github.com/FoelliX/PIM). -Whenever a query is issued by the frontend the most suitable tool or tool combination is execute by one or both backends. +Whenever a query is issued by the frontend the most suitable tool or tool combination is executed by one or both backends. Once a partial or the complete answer to the query or parts of it are computed the frontend receives these answers. The communication between the different systems is realized through a REST API. @@ -43,12 +43,15 @@ The `MATCH` operator is bound to PIM which deals with the computation of the fin The complete example as well as its results are explained in the associated paper (see [Publications](#Publications)). -## Evaluation Eesults +## Evaluation Results & New Benchmark Cases The evaluation result computed by CoDiDroid for the associated paper (*Together Strong: Cooperative Android App Analysis*) can be downloaded here: - RQ1: [RQ1_results.zip](https://my.hidrive.com/lnk/8giZrELM) - RQ2: [RQ2_results.zip](https://my.hidrive.com/lnk/ZzC5rVjH) - RQ3: [RQ3_results.zip](https://my.hidrive.com/lnk/Y2i5LnCO) +The novel benchmark cases (Star, Ring and the running example) are also available: +- Benchmark cases [newBenchmarkCases.zip](https://my.hidrive.com/lnk/DjiZLeuB) + ## Publications - *Together Strong: Cooperative Android App Analysis* (Felix Pauck, Heike Wehrheim) t.b.a.