thesis/2_background/main.typ
Jean-Marie Mineau eb35d092ac
All checks were successful
/ test_checkout (push) Successful in 1m26s
finish bg section
2025-08-27 00:35:07 +02:00

16 lines
490 B
Typst

#import "../lib.typ": todo, epigraph, jfl-note
= Background and Motivation <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_static_analysis.typ")
#include("4_datasets_and_benchmarking.typ")
#include("5_platform_classes.typ")
#include("6_classloading.typ")
#include("7_dynamic_analysis.typ")
#include("8_instrumentation.typ")
#include("9_conclusion.typ")