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": todo, APK, APKs, DEX, JAR, OAT, SDK, eg, ART, jm-note, jfl-note
|
||||
#import "../lib.typ": todo, APK, APKs, DEX, JAR, OAT, SDK, eg, ART, jm-note, jfl-note, midskip
|
||||
|
||||
== Code Transformation <sec:th-trans>
|
||||
|
||||
|
@ -245,7 +245,7 @@ In hindsight, we probably should have taken the time to find a way to use smali/
|
|||
At the time of writing, the feature is still being developed, but in the future, Androguard might also become an option to modify #DEX files.
|
||||
Nevertheless, we published our instrumentation library, Androscalpel, for anyone who wants to use it. #todo[ref to code]
|
||||
|
||||
#v(2em)
|
||||
#midskip
|
||||
|
||||
Now that we saw the transformations we want to make, we know the runtime information we need to do it.
|
||||
In the next section, we will propose a solution to collect that information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue