1. React
  2. Papers We Love Conf
  3. 2019
  4. Is Program Analysis the Silver Bullet Against Software Bugs?

Is Program Analysis the Silver Bullet Against Software Bugs?

Karim Ali at Papers We Love Conf 2019

Program analysis is the art of reasoning about the run-time behavior of a program without necessarily executing it. This information is useful for various real-life applications such as supporting software developers (e.g., bug-finding tools, code refactoring tools, and code recommenders) and compiler optimizations. Program analysis is also used to ensure complex software adheres to standards and regulations (e.g., medical devices, car industry, and aviation industry). In this talk, I will discuss the three main properties that enable program analyses to be useful in practice: scalability, precision, and usability. I will relate that to various papers that have been published in the field of program analysis, as well as some of the work that my group has done. I will conclude with where I see program analysis research going and the challenges that we aim to solve in the field. References ------------------ Strictly declarative specification of sophisticated points-to analyses by Martin Bravenboer and Yannis Smaragdakis (https://people.cs.umass.edu/~yannis/doop-oopsla09prelim.pdf) Dimensions of Precision in Reference Analysis of Object-Oriented Programming Languages by Barbara G. Ryder (http://prolangs.cs.vt.edu/refs/docs/cc03.pdf) Averroes: Whole-Program Analysis without the Whole Program by Karim Ali and Ondřej Lhoták (https://karimali.ca/resources/papers/averroes.pdf) FlowDroid: Precise Context, Flow, Field, Object-Sensitive and Lifecycle-Aware Taint Analysis for Android Apps by Steven Arzt, Siegfried Rasthofer, Christian Fritz, Eric Bodden, Alexandre Bartel, Jacques Klein, Yves Le Traon, Damien Octeau, and Patrick McDaniel (https://orbilu.uni.lu/bitstream/1099) Precise Interprocedural Dataflow Analysis with Applications to Constant Propagation by Shmuel Sagiv, Thomas W. Reps, and Susan Horwitz (https://link.springer.com/content/pdf/10.1007/3-540-59293-8_226.pdf) Context-, Flow-, and Field-Sensitive Data-Flow Analysis using Synchronized Pushdown Systems by Johannes Späth, Karim Ali, and Eric Bodden (https://karimali.ca/resources/papers/spds.pdf) Debugging Static Analysis by Lisa Nguyen Quang Do, Stefan Krüger, Patrick Hill, Karim Ali, and Eric Bodden (https://karimali.ca/resources/papers/visuflow.pdf) Towards Better Inlining Decisions Using Inlining Trials by Jeffrey Dean and Craig Chamber (https://courses.cs.washington.edu/courses/cse501/06wi/reading/dean-lfp94.pdf) Reluplex: An Efficient SMT Solver for Verifying Deep Neural Networks by Guy Katz, Clark W. Barrett, David L. Dill, Kyle Julian, and Mykel J. Kochenderfer (https://theory.stanford.edu/~barrett/pubs/KBD+17.pdf) Analyzing Deep Neural Networks with Symbolic Propagation: Towards Higher Precision and Faster Verification by Pengfei Yang, Jiangchao Liu, Jianlin Li, Liqian Chen, and Xiaowei Huang (https://arxiv.org/abs/1902.09866) Soot (https://github.com/Sable/soot) IBM. T.J. Watson Libraries for Analysis WALA (http://wala.sourceforge.net/)