thesis/2_background/main.typ
Jean-Marie Mineau 2e52599a7c
Some checks failed
/ test_checkout (push) Failing after 22s
correction background
2025-08-06 00:25:42 +02:00

26 lines
604 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("0_intro.typ")
#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
*/