Salsa: static analysis of serialization features


연구 분야: Strategies



학회: FTfJP '20: Proceedings of the 22nd ACM SIGPLAN International Workshop on Formal Techniques for Java-Like Programs


초록

Static analysis has the advantage of reasoning over multiple possible paths. Thus, it has been widely used for verification of program properties. Property verification often requires inter-procedural analysis, in which control and data flow are tracked across methods. At the core of inter-procedural analyses is the call graph, which establishes relationships between caller and callee methods. However, it is challenging to perform static analysis and compute the call graph of programs with dynamic features. Dynamic features are widely used in software systems; not supporting them makes it difficult to reason over properties related to these features. Although state-of-the-art research had explored certain types of dynamic features, such as reflection and RMI-based programs, serialization-related features are still not very well supported, as demonstrated in a recent empirical study. Therefore, in this paper, we introduce Salsa (Static AnaLyzer for SeriAlization features), which aims to enhance existing points-to analysis with respect to serialization-related features. The goal is to enhance the resulting call graph's soundness, while not greatly affecting its precision. In this paper, we report our early effort in developing Salsa and its early evaluation using the Java Call Graph Test Suite (JCG).


Author Profile
Joanna Cecilia S Santos

Rochester Institute of Technology USA

United States
Author Profile
Reese A Jones

Rochester Institute of Technology USA

United States
Author Profile
Mehdi Tarrit Mirakhorli

Rochester Institute of Technology USA

United States

📄 논문 정보

발행 연도 2020년
인용수 3
출판 국가 United States
사이트 ACM
좋아요 수 0

연관 논문 목록 (201건)