thesis/2_background/main.typ
Jean-Marie Mineau ea82a3ca8b
All checks were successful
/ test_checkout (push) Successful in 1m1s
wip
2025-07-21 22:00:29 +02:00

25 lines
580 B
Typst

#import "../lib.typ": todo, epigraph
= Background <sec:bg>
#epigraph("Alexis \"Lex\" Murphy, Jurassic Park")[This is a Unix system. I know this.]
#include("1_android.typ")
#include("2_tools.typ")
#include("3_analysis_techniques.typ")
#include("4_datasets.typ")
/*
* Cours generique sur android
* présenter apk tool, jadx, androguard et flowdroid
* analyse statique
* outils avec des datasets un peu trop gentils
*
* analyse dynamique
*
* process du reverseur
*
* Garder les détails du class loading et de la reflection pour les chapitres associés?
*
* Analyse dynamique
*/