A static birthmark of binary executables based on API call structure

  • Authors:
  • Seokwoo Choi;Heewan Park;Hyun-Il Lim;Taisook Han

  • Affiliations:
  • Division of Computer Science and Advanced Information Technology Research Center, Korea Advanced Institute of Science and Technology;Division of Computer Science and Advanced Information Technology Research Center, Korea Advanced Institute of Science and Technology;Division of Computer Science and Advanced Information Technology Research Center, Korea Advanced Institute of Science and Technology;Division of Computer Science and Advanced Information Technology Research Center, Korea Advanced Institute of Science and Technology

  • Venue:
  • ASIAN'07 Proceedings of the 12th Asian computing science conference on Advances in computer science: computer and network security
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

A software birthmark is a unique characteristic of a program that can be used as a software theft detection. In this paper we suggest and empirically evaluate a static birthmark of binary executables based on API call structure. The program properties employed in this birthmark are functions and standard API calls when the functions are executed. The API calls from a function includes the API calls explicitly found from the function and its descendants within limited depth in the call graph. To statically identify functions, call graphs and API calls, we utilizes IDAPro disassembler and its plug-ins. We define the similarity between two functions as the proportion of the number of all API calls to the number of the common API calls. The similarity between two programs is obtained by the maximum weight bipartite matching between two programs using the function similarity matrix. To show the credibility of the proposed techniques, we compare the same applications with different versions and the various types of applications which include text editors, picture viewers, multimedia players, P2P applications and ftp clients. To show the resilience, we compare binary executables compiled from various compilers. The empirical result shows that the similarities obtained using our birthmark sufficiently indicates the functional and structural similarities among programs.