Flaw function static detection method for executable

WANG Chun-lei,LIU Qiang,ZHAO Gang,DAI Yi-qi
DOI: https://doi.org/10.3778/j.issn.1002-8331.2009.26.024
2009-01-01
Abstract:The detection of flaw functions in binary executables is an important technique for software vulnerability analysis.A flaw function detection method based upon the static analysis of executable is proposed.The foundation of this method is the signature theme of flaw functions in the form of binary instruction flow.This method establishes the set of potential function call sequences in the running process and constructs the function call graph by statically analyzing the binary executable,and detects the set of flaw functions the executable invoked by matching and analyzing the signatures of flaw functions with the function call graph.Experimental results demonstrate that the method is effective for detecting the flaw functions in executables,and is useful for further security analysis.
What problem does this paper attempt to address?