some work on rasta
This commit is contained in:
parent
2e52599a7c
commit
4ad17d2484
5 changed files with 56 additions and 13 deletions
|
@ -1,8 +1,24 @@
|
|||
#import "../lib.typ": todo
|
||||
#import "../lib.typ": todo, epigraph, highlight
|
||||
#import "X_var.typ": resultunusable
|
||||
|
||||
= RASTA <sec:rasta>
|
||||
= Evaluating the Reusability of Android Static Analysis Tools <sec:rasta>
|
||||
|
||||
#epigraph("Adira Tal and Sylvia Tilly, Star Trek: Discovery, \"People of Earth\"")[
|
||||
#block[
|
||||
#set align(left)
|
||||
"This science vessel's practically a museum" \
|
||||
"Okay, well, museums are cool, so..." \
|
||||
"That's what someone who lives in a museum would say." \
|
||||
]
|
||||
]
|
||||
|
||||
#align(center, highlight(inset: 15pt, width: 75%, block(align(left)[
|
||||
This chapter intends to explore the robustness of past software dedicated to static analysis of Android applications.
|
||||
We pursue the community effort that identified software supporting publications that perform static analysis of mobile applications and we propose a method for evaluating the reliability of these software.
|
||||
We extensively evaluate static analysis tools on a recent dataset of Android applications including goodware and malware, that we designed to measure the influence of parameters such as the date and size of applications.
|
||||
Our results show that #resultunusable of the evaluated tools are no longer usable and that the size of the bytecode and the min SDK version have the greatest influence on the reliability of tested tools.
|
||||
])))
|
||||
|
||||
#todo[Bring back element from previous version of rasta]
|
||||
|
||||
#include("0_intro.typ")
|
||||
#include("1_related_work.typ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue