Static analysis of android apps: A systematic literature review

L Li, TF Bissyandé, M Papadakis, S Rasthofer… - Information and …, 2017 - Elsevier
Context Static analysis exploits techniques that parse program source code or bytecode,
often traversing program paths to check some program properties. Static analysis …

Android security assessment: A review, taxonomy and research gap study

S Garg, N Baliyan - Computers & Security, 2021 - Elsevier
Security threats are escalating exponentially posing a serious challenge to mobile platforms,
specifically Android. In recent years the number of attacks has not only increased but each …

Efficient and precise points-to analysis: modeling the heap by merging equivalent automata

T Tan, Y Li, J Xue - Proceedings of the 38th ACM SIGPLAN Conference …, 2017 - dl.acm.org
Mainstream points-to analysis techniques for object-oriented languages rely predominantly
on the allocation-site abstraction to model heap objects. We present MAHJONG, a novel …

Striking a balance: pruning false-positives from static call graphs

A Utture, S Liu, CG Kalhauge, J Palsberg - Proceedings of the 44th …, 2022 - dl.acm.org
Researchers have reported that static analysis tools rarely achieve a false-positive rate that
would make them attractive to developers. We overcome this problem by a technique that …

Understanding and detecting callback compatibility issues for android applications

H Huang, L Wei, Y Liu, SC Cheung - Proceedings of the 33rd ACM/IEEE …, 2018 - dl.acm.org
The control flows of Android apps are largely driven by the protocols that govern how
callback APIs are invoked in response to various events. When these callback APIs evolve …

Making k-Object-Sensitive Pointer Analysis More Precise with Still k-Limiting

T Tan, Y Li, J Xue - International Static Analysis Symposium, 2016 - Springer
Object-sensitivity is regarded as arguably the best context abstraction for pointer analysis in
object-oriented languages. However, ak-object-sensitive pointer analysis, which uses a …

Understanding and analyzing java reflection

Y Li, T Tan, J Xue - ACM Transactions on Software Engineering and …, 2019 - dl.acm.org
Java reflection has been widely used in a variety of applications and frameworks. It allows a
software system to inspect and change the behaviour of its classes, interfaces, methods, and …

Heap abstractions for static analysis

V Kanvar, UP Khedker - ACM Computing Surveys (CSUR), 2016 - dl.acm.org
Heap data is potentially unbounded and seemingly arbitrary. Hence, unlike stack and static
data, heap data cannot be abstracted in terms of a fixed set of program variables. This …

Learning graph-based heuristics for pointer analysis without handcrafting application-specific features

M Jeon, M Lee, H Oh - Proceedings of the ACM on Programming …, 2020 - dl.acm.org
We present Graphick, a new technique for automatically learning graph-based heuristics for
pointer analysis. Striking a balance between precision and scalability of pointer analysis …

Precise and scalable points-to analysis via data-driven context tunneling

M Jeon, S Jeong, H Oh - Proceedings of the ACM on Programming …, 2018 - dl.acm.org
We present context tunneling, a new approach for making k-limited context-sensitive points-
to analysis precise and scalable. As context-sensitivity holds the key to the development of …