Title :
InputTracer: A Data-Flow Analysis Tool for Manual Program Comprehension of x86 Binaries
Author :
Kargén, Ulf ; Shahmehri, Nahid
Author_Institution :
Dept. of Comput. & Inf. Sci., Linkoping Univ., Linköping, Sweden
Abstract :
Third-party security analysis of closed-source programs has become an important part of a defense-in-depth approach to software security for many companies. In the absence of efficient tools, the analysis has generally been performed through manual reverse engineering of the machine code. As reverse engineering is an extremely time-consuming and costly task, much research has been performed to develop more powerful methods for analysis of program binaries. One such popular method is dynamic taint analysis (DTA), which is a type of runtime data-flow analysis, where certain input data is marked as tainted. By tracking the flow of tainted data, DTA can, for instance, be used to determine which computations in a program are affected by a certain part of the input. In this paper we present Input Tracer, a tool that utilizes DTA for aiding in manual program comprehension and analysis of unmodified x86 executables running in Linux. A brief overview of dynamic taint analysis is given, followed by a description of the tool and its implementation. We also demonstrate the tool´s ability to provide exact information on the origin of tainted data through a detailed use case, where the tool is used to find the root cause of a memory corruption bug.
Keywords :
Linux; data flow analysis; program compilers; reverse engineering; security of data; DTA; InputTracer; Linux; closed source programs; data flow analysis tool; dynamic taint analysis; machine code; manual program comprehension; memory corruption bug; program analysis; program comprehension; reverse engineering; security analysis; software security; x86 binaries; Computer crashes; Instruments; Manuals; Performance analysis; Runtime; Security; Software; Valgrind; binary analysis; dynamic taint analysis; program comprehension; x86;
Conference_Titel :
Source Code Analysis and Manipulation (SCAM), 2012 IEEE 12th International Working Conference on
Conference_Location :
Trento
Print_ISBN :
978-1-4673-2398-7
DOI :
10.1109/SCAM.2012.16