This commit is contained in:
parent
19286eba61
commit
eb35d092ac
10 changed files with 170 additions and 43 deletions
|
@ -130,7 +130,7 @@ Data-flow analysis is the subject of many contribution~@weiAmandroidPreciseGener
|
|||
|
||||
#todo[Describe the different contributions in relations to the issues they tackle, be more critical]
|
||||
|
||||
Static analysis is powerfull as it allows to detects unwanted behavior in an application even is the behavior does not manifest itself when running the application.
|
||||
Static analysis is powerful as it allows to detects unwanted behavior in an application even is the behavior does not manifest itself when running the application.
|
||||
Hovewer, static analysis tools must overcom many challenges when analysing Android applications:
|
||||
/ the Java object-oriented paradigm: A call to a method can in fact correspond to a call to any method overriding the original method in subclasses.
|
||||
/ the multiplicity of entry points: Each component of an application can be an entry point for the application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue