finish bg section
All checks were successful
/ test_checkout (push) Successful in 1m26s

This commit is contained in:
Jean-Marie Mineau 2025-08-27 00:35:07 +02:00
parent 19286eba61
commit eb35d092ac
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
10 changed files with 170 additions and 43 deletions

View file

@ -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.