This commit is contained in:
parent
de9674f09c
commit
96b8d24b29
13 changed files with 26 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
#import "@preview/diagraph:0.3.5": render
|
||||
|
||||
#import "../lib.typ": SDK, num, mypercent, ART, ie, APKs, API, APIs, etal
|
||||
#import "../lib.typ": SDK, num, mypercent, ART, ie, APKs, API, APIs, etal, midskip
|
||||
#import "../lib.typ": todo, jfl-note
|
||||
#import "X_var.typ": *
|
||||
#import "../3_rasta/X_var.typ": NBTOTALSTRING
|
||||
|
@ -298,7 +298,7 @@ In red on the figure however, we have the calls that were hidded by reflection i
|
|||
caption: [Call Graph of `Main.main()` generated by Androguard after patching],
|
||||
) <fig:th-cg-after>
|
||||
|
||||
#v(2em)
|
||||
#midskip
|
||||
|
||||
To conclude, we showed that our approach indeed improves the results of analysis tools without impacting their finishing rates much.
|
||||
Unfortunately, we also noticed that our dynamic analysis is suboptimal, either due to our experimental setup or due to our solution to explore the applications.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue