Using Type Systems for Taint Analysis for Android Apps
Posted on Tue 28 April 2020 in Post • Tagged with Android, Taint Analysis, Type System
What is Taint Analysis?
Taint analysis is the process of detecting applications which collect users' sensitive information and leaks them to external sources, regardless of if the application developers did this maliciously or accidentally. The two methods for doing this analysis is dynamic and static, where dynamic is done by …
Continue reading