Some checks failed
/ test_checkout (push) Failing after 1m45s
10 lines
479 B
Typst
10 lines
479 B
Typst
#import "../lib.typ": todo
|
|
|
|
== Android Background <sec:bg-android-bg>
|
|
|
|
We begin this chapter with background information about Android and reverse engineering of Android applications.
|
|
We start with a description of Android applications and their execution environement, then list some usefull basic tools for reverse engineering, and finish with the bases of static analysis for Android.
|
|
|
|
#include("2_1_android.typ")
|
|
#include("2_2_tools.typ")
|
|
#include("2_3_static_analysis.typ")
|