This commit is contained in:
Jean-Marie Mineau 2025-08-17 00:10:58 +02:00
parent fe6dbb1d22
commit e794c037e8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
10 changed files with 377 additions and 52 deletions

View file

@ -1,4 +1,4 @@
#import "../lib.typ": todo, epigraph, highlight
#import "../lib.typ": todo, epigraph, highlight-block, SDK
#import "X_var.typ": resultunusable
= Evaluating the Reusability of Android Static Analysis Tools <sec:rasta>
@ -17,11 +17,11 @@
// This one is fun, but wont happen XD:
// #epigraph("T-Bug Cyberpunk 2077")[You Want Nice, Supportive? Call A Damn Helpline.]
#align(center, highlight(inset: 15pt, width: 75%, block(align(left)[
#align(center, highlight-block(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.
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.
])))
@ -32,4 +32,5 @@
#include("5_soa_comp.typ")
#include("6_recommendations.typ")
#include("7_limitations.typ")
#include("8_conclusion.typ")
#include("8_futur_works.typ")
#include("9_conclusion.typ")