wip
All checks were successful
/ test_checkout (push) Successful in 51s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-07-16 16:01:35 +02:00
parent 655bff8de2
commit e6c8b0ee6c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
9 changed files with 28 additions and 14 deletions

View file

@ -1,7 +1,7 @@
#import "../lib.typ": num, todo, paragraph
#import "X_var.typ": *
== Shadow attacks in the wild <sec:cl-wild>
== Shadow Attacks in the Wild <sec:cl-wild>
In this section, we evaluate in the wild if applications that can be found in the Play store or other markets use one of the shadow techniques.
Our goal is to explore the usage of shadow techniques in real applications.
@ -203,7 +203,7 @@ The top 3 packages whose code actually differs from the ones found in Android ar
All these hidden shadow classes are libraries included by the developers who probably did not know that they were already embedded in Android.
]
=== Shadowing in malware applications <sec:cl-malware>
=== Shadowing in Malware Applications <sec:cl-malware>
#figure(
```java