FlowWalker: A Fast and Precise Off-Line Taint Analysis Framework

Baojiang Cui,Fuwei Wang,Tao Guo,Guowei Dong,Bing Zhao
DOI: https://doi.org/10.1109/eidwt.2013.105
2013-01-01
Abstract:This paper presents Flow Walker, a new dynamic taint analysis framework which focuses on eliminating the bottlenecks of the existing tools. The framework proposes a multi-taint-tag assemble level taint propagation strategy. Flow Walker separates taint tracking operations from execution with an off-line structure, uses memory-mapped file to enhance IO efficiency and processes taint paths during execution playback. Based on tainted path information, this paper presents a file format cognition algorithm. According to test data, the average program execution slowdown is less than seven times as original while the speed enhancement is about 15% compared to other cognate tools on Windows, and simple file formats are correctly partitioned with all constant fields extracted. Due to its efficiency and scalability, Flow Walker can be used in further security-related researches.
What problem does this paper attempt to address?