thesis/2_background/2_android_bg.typ
Jean-Marie 'Histausse' Mineau 0d87fae9da
All checks were successful
/ test_checkout (push) Successful in 1m49s
fix 'typos' (yesss, they are definitely typos)
2025-09-26 04:21:05 +02:00

10 lines
482 B
Typst

#import "../lib.typ": todo
== Android Background <sec:bg-android-bg>
We begin this chapter with background information about Android and the reverse engineering of Android applications.
We start with a description of Android applications and their execution environment, then list some useful basic tools for reverse engineering, and finish with the basics of static analysis for Android.
#include("2_1_android.typ")
#include("2_2_tools.typ")
#include("2_3_static_analysis.typ")