This commit is contained in:
parent
de9674f09c
commit
96b8d24b29
13 changed files with 26 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
#import "../lib.typ": eg, num, APK, JAR, AXML, ART, SDK, JNI, NDK, DEX, XML, API, ZIP, paragraph
|
||||
#import "../lib.typ": eg, num, APK, JAR, AXML, ART, SDK, JNI, NDK, DEX, XML, API, ZIP, paragraph, midskip
|
||||
#import "../lib.typ": todo, jfl-note
|
||||
|
||||
=== Android <sec:bg-android>
|
||||
|
@ -165,7 +165,7 @@ Reflection is not limited to bytecode that has been dynamically loaded: it can b
|
|||
Because the `ClassLoader` objects are only used when loading bytecode dynamically or when using reflection, it is often forgotten that the #ART uses class loaders constantly behind the scene, allowing classes from the application and platform classes to cohabit seamlessly.
|
||||
]
|
||||
|
||||
#v(2em)
|
||||
#midskip
|
||||
|
||||
In this subsection, we presented the most notable specificities of the Android ecosystem.
|
||||
In the next section, we will continue with the various tools available for an Android reverse engineer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue