This commit is contained in:
parent
fd4d6fa239
commit
ea82a3ca8b
10 changed files with 119 additions and 98 deletions
|
@ -1,19 +1,25 @@
|
|||
#import "../lib.typ": todo
|
||||
#import "../lib.typ": todo, epigraph
|
||||
|
||||
= Introduction <sec:intro>
|
||||
|
||||
#todo[Write an introduction]
|
||||
// https://youtu.be/si9iqF5uTFk?t=1512
|
||||
#epigraph("Rear Admiral Grace Hopper")[If during the next 12 months any one of you says "but we have always done it that way", I will instantly materialize beside you and I will haunt you for 24 hours.]
|
||||
|
||||
|
||||
// De tout temps les hommes on fait des apps android ...
|
||||
Android is the most used mobile operating system since 2014, and since 2017, it even surpasses Windows all platforms combined#footnote[https://gs.statcounter.com/os-market-share#monthly-200901-202304].
|
||||
The public adoption of Android is confirmed by application developers, with 1.3 millions apps available in the Google Play Store in 2014, and 3.5 millions apps available in 2017#footnote[https://www.statista.com/statistics/266210].
|
||||
Its popularity makes Android a prime target for malware developers.
|
||||
For example, various applications have been shown to steal personal information@shanSelfhidingBehaviorAndroid2018.
|
||||
Consequently, Android has also been an important subject for security research.
|
||||
|
||||
#todo[developper "De tout temps les hommes "]
|
||||
|
||||
#todo[Introduire problématique:]
|
||||
|
||||
#todo[1) résulats trop bons sur des datasets faciles]
|
||||
|
||||
#todo[2) facile a pieger: shadow attacks]
|
||||
|
||||
#todo[3) savent pas gerer le chargement dyn et reflection]
|
||||
|
||||
/*
|
||||
*
|
||||
* De tout temps les hommes on fait des apps android ...
|
||||
*
|
||||
* Introduire la notion de reverseur qui veux analyser une app
|
||||
*
|
||||
* Les outils d'analyses android sont problématique:
|
||||
* - résulats trop bons sur des datasets faciles
|
||||
* - facile a pieger: shadow attacks
|
||||
* - savent pas gerer le chargement dyn et reflection
|
||||
*
|
||||
* Problématique: todo
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue