Abstract
Detecting regression bugs in software evolution, analyzing side-channels in programs and evaluating robustness in deep neural networks (DNNs) can all be seen as instances of differential software analysis, where the goal is to generate diverging executions of program paths. Two executions are said to be diverging if the observable program behavior differs, e.g., in terms of program output, execution time, or (DNN) classification. The key challenge of differential software analysis is to simultaneously reason about multiple program paths, often across program variants.This paper presents HyDiff, the first hybrid approach for differential software analysis. HyDiff integrates and extends two very successful testing techniques: Feedback-directed greybox fuzzing for efficient program testing and shadow symbolic execution for systematic program exploration. HyDiff extends greybox fuzzing with divergence-driven feedback based on novel cost metrics that also take into account the control flow graph of the program. Furthermore HyDiff extends shadow symbolic execution by applying four-way forking in a systematic exploration and still having the ability to incorporate concrete inputs in the analysis. HyDiff applies divergence revealing heuristics based on resource consumption and control-flow information to efficiently guide the symbolic exploration, which allows its efficient usage beyond regression testing applications. We introduce differential metrics such as output, decision and cost difference, as well as patch distance, to assist the fuzzing and symbolic execution components in maximizing the execution divergence.We implemented our approach on top of the fuzzer AFL and the symbolic execution framework Symbolic PathFinder. Weillustrate HyDiff on regression and side-channel analysis for Java bytecode programs, and further show how to use HyDiff for robustness analysis of neural networks.
Original language | English |
---|---|
Title of host publication | 42nd International Conference on Software Engineering (ICSE 20): Proceedings |
Publisher | Association for Computing Machinery |
Pages | 1273-1285 |
Number of pages | 13 |
ISBN (Print) | 9781450371216 |
DOIs | |
Publication status | Published - 01 Oct 2020 |
Event | International Conference on Software Engineering - Seoul, Korea, Republic of Duration: 23 May 2020 → 29 May 2020 https://conf.researchr.org/home/icse-2020 |
Conference
Conference | International Conference on Software Engineering |
---|---|
Abbreviated title | ICSE |
Country/Territory | Korea, Republic of |
City | Seoul |
Period | 23/05/2020 → 29/05/2020 |
Internet address |