23 lines
847 B
Typst
23 lines
847 B
Typst
#import "../lib.typ": todo
|
|
|
|
= Introduction <sec:intro>
|
|
|
|
#todo[Write an introduction]
|
|
|
|
/*
|
|
*
|
|
* A mettre qqp:
|
|
* - "Evaluating the Reusability of Android Static Analysis Tools" https://dx.doi.org/10.1007/978-3-031-66459-5_10 10.1007/978-3-031-66459-5_10 21st International Conference on Software and Systems Reuse, ICSR 2024 https://hal.science/hal-04557993v1
|
|
* - "Class Loaders in the Middle: Confusing Android Static Analyzers" in Digital Threats: Research and Practice http://dx.doi.org/10.1145/3754457
|
|
*
|
|
* De tout temps les hommes on fait des apps android ...
|
|
*
|
|
* Introduire la notion de reverseur qui veux analyser une app
|
|
*
|
|
* Les outils d'analyses android sont problématique:
|
|
* - résulats trop bons sur des datasets faciles
|
|
* - facile a pieger: shadow attacks
|
|
* - savent pas gerer le chargement dyn et reflection
|
|
*
|
|
* Problématique: todo
|
|
*/
|