This commit is contained in:
parent
10df431972
commit
e845197c0b
3 changed files with 5 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
#todo[Ca serait bien de faire un PR ou deux a Jadx/Androguard/Soot quand même]
|
#todo[Ca serait bien de faire un PR ou deux a Jadx/Androguard/Soot quand même]
|
||||||
|
|
||||||
This chapter has presented three shadow attacks that allow malware developers to fool static analysis tools when reversing an Android application.
|
This chapter has presented three shadow attacks that allow malware developers to fool static analysis tools when reversing an Android application.
|
||||||
By including multiple classes with the same name or by using the same name as a class of the #Asdk, the developer can mislead a reverser or impact the result of a flow analysis, such as the ones of Androguard or Flowdroid.
|
By including multiple classes with the same name or by using the same name as a class of the #Asdk, the developer can mislead a reverse engineer or impact the result of a flow analysis, such as the ones of Androguard or Flowdroid.
|
||||||
|
|
||||||
We explored if such shadow attacks are present in as dataset of #nbapk applications .
|
We explored if such shadow attacks are present in as dataset of #nbapk applications .
|
||||||
We found that on average, #shadowsdk of applications are shadowing the #SDK, mainly for retro-compatibility purposes and library embedding.
|
We found that on average, #shadowsdk of applications are shadowing the #SDK, mainly for retro-compatibility purposes and library embedding.
|
||||||
|
|
|
@ -5,14 +5,5 @@
|
||||||
//#epigraph("Spoon Boy, The Matrix")[There is no spoon.] // lol
|
//#epigraph("Spoon Boy, The Matrix")[There is no spoon.] // lol
|
||||||
#epigraph("Kate \"Acid Burn\" Libby, Hackers")[You know if you would have said so in the beginning, you would have saved yourself a whole lot of trouble.]
|
#epigraph("Kate \"Acid Burn\" Libby, Hackers")[You know if you would have said so in the beginning, you would have saved yourself a whole lot of trouble.]
|
||||||
|
|
||||||
#todo[Conclude]
|
#include("1_contributions.typ")
|
||||||
|
#include("2_futur.typ")
|
||||||
/*
|
|
||||||
* Futur work: mon unique pov pour le futur: what need to be done
|
|
||||||
*
|
|
||||||
* Take aways depuis l'intro
|
|
||||||
* puis résumé des contributions majeurs, un paragraphe par contrib
|
|
||||||
*
|
|
||||||
* future work plus haut niveau: reprandre les plus important et/ou des plus large: eg: quide web-base? flutter?
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue