Detecting Theft of Java Applications via a Static Birthmark Based on Weighted Stack Patterns
スポンサーリンク
概要
- 論文の詳細を見る
A software birthmark means the inherent characteristics of a program that can be used to identify the program. A comparison of such birthmarks facilitates the detection of software theft. In this paper, we propose a static Java birthmark based on a set of stack patterns, which reflect the characteristic of Java applications. A stack pattern denotes a sequence of bytecodes that share their operands through the operand stack. A weight scheme is used to balance the influence of each bytecode in a comparison of the birthmarks. We evaluate the proposed birthmark with respect to two properties required for a birthmark: credibility and resilience. The empirical results show that the proposed birthmark is highly credible and resilient to program transformation. We also compare the proposed birthmark with existing birthmarks, such as that of Tamada et al. and the k-gram birthmark. The experimental results show that the proposed birthmark is more stable than the birthmarks in terms of resilience to program transformation. Thus, the proposed birthmark can provide more reliable evidence of software theft when the software is modified by someone other than author.
- (社)電子情報通信学会の論文
- 2008-09-01
著者
-
HAN Taisook
Division of Computer Science
-
Lim Hyun-il
Division Of Computer Science Korea Advanced Institute Of Science And Technology
-
Han Taisook
Division Of Computer Science Korea Advanced Institute Of Science And Technology
-
PARK Heewan
Division of Computer Science, Korea Advanced Institute of Science and Technology
-
CHOI Seokwoo
Division of Computer Science, Korea Advanced Institute of Science and Technology
-
Choi Seokwoo
Division Of Computer Science Korea Advanced Institute Of Science And Technology
-
Park Heewan
Division Of Computer Science Korea Advanced Institute Of Science And Technology
-
Lim Hyun-il
Division Of Computer Engineering Kyungnam University
関連論文
- Over-Approximated Control Flow Graph Construction on Pure Esterel
- A Static Bug Detector for Uninitialized Field References in Java Programs(Software Engineering)
- Detecting Theft of Java Applications via a Static Birthmark Based on Weighted Stack Patterns
- Analyzing Stack Flows to Compare Java Programs