-
Notifications
You must be signed in to change notification settings - Fork 0
/
replication.html
executable file
·58 lines (54 loc) · 3.31 KB
/
replication.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39"/>
<title>Mobile Permissions - Replication Details</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/w3.css"/>
<link rel="stylesheet" href="assets/w3-theme-teal.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"/>
<style>
p {
text-align: justify;
text-justify: inter-word;
}
td{
text-align: left;
padding: 5px;
}
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<!-- Header -->
<header class="w3-container w3-theme w3-padding" id="myHeader">
<div class="w3-center">
<a href='index.html' class='w3-bar-item w3-button w3-hover-theme'>
<h4>Mobile Permissions</h4>
</a>
<h1 class="w3-xxxlarge w3-animate-bottom">Replication Details</h1>
</div>
</header>
<div class="w3-center w3-padding-32">
<div class="w3-card w3-container">
<p>
We evaluated M-Perm and P-Lint using several oracle Android apps. These include minimal calendar, camera, SMS messaging, contact storage and location recording apps. We then created multiple versions of these apps, and injected PRIs into them with the goal of covering numerous possible cases in which a PRI may occur. We then ran M-Perm and P-Lint on each of these app versions, identifying all TP, FP, FN and TN for PRIs. Both tools obtained a precision and recall value of 1.00. Although largely elementary, these results provided confidence in the ability of these tools in our study. Oracle apps are available <a href="https://github.com/MobileEvolution/MobileEvolution.github.io/tree/master/ToolEvaluation/benchmarkApps" target="_blank">here</a>. Although both tools used in our study are able to decompile and analyze apk files, decompilation was not performed as the source code for subject apps was readily available. In this analysis we created our own apps to provide a greater amount of confidence that we were aware of all PRIs in the this oracle, whereas manually identifying PRIs in existing apps would have been a time-consuming and largely imperfect task.
</p>
<br>
<a href="index.html"><i class="fa fa-home w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="download.html"><i class="fa fa-download w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="schema.html"><i class="fa fa-database w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="tools.html"><i class="fa fa-wrench w3-text-theme" style="font-size:23px;"></i></a>
<i class="fa fa-ellipsis-v w3-text-theme" style="font-size:15px;"></i>
<a href="contact.html"><i class="fa fa-comment w3-text-theme" style="font-size:23px;"></i></a>
</div>
</div>
</body>
</html>