Alternating Control Flow Reconstruction
Alternating Control Flow Reconstruction
复制标题
交替控制流重构
DOI:
10.1007/978-3-642-27940-9_18
复制
发表时间:
2012
期刊:
影响因子:
--
通讯作者:
Dmitry Kravchenko
中科院分区:
文献类型:
--
作者:
Johannes Kinder;Dmitry Kravchenko
Unresolved indirect branch instructions are a major obstacle for statically reconstructing a control flow graph (CFG) from machine code. If static analysis cannot compute a precise set of possible targets for a branch, the necessary conservative over-approximation introduces a large amount of spurious edges, leading to even more imprecision and a degenerate CFG.
In this paper, we propose to leverage under-approximation to handle this problem. We provide an abstract interpretation framework for control flow reconstruction that alternates between over- and under-approximation. Effectively, the framework imposes additional preconditions on the program on demand, allowing to avoid conservative over-approximation of indirect branches.
We give an example instantiation of our framework using dynamically observed execution traces and constant propagation. We report preliminary experimental results confirming that our alternating analysis yields CFGs closer to the concrete CFG than pure over- or under-approximation.