16 lines
490 B
Typst
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")
|