Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering ›› 2012, Vol. 38 ›› Issue (14): 44-47.

• Networks and Communications • Previous Articles     Next Articles

Code Obfuscation Algorithm Based on Protecting Program Design Class Diagram

LIU Jiu, ZHONG Cheng, PENG Jiang-quan, LV Wan-qi, WEI Huo-wang   

  1. (School of Computer and Electronics Information, Guangxi University, Nanning 530004, China)
  • Received:2011-09-21 Online:2012-07-20 Published:2012-07-20

基于程序设计类图保护的代码迷惑算法

刘 九,钟 诚,彭江泉,吕婉琪,韦火旺   

  1. (广西大学计算机与电子信息学院,南宁 530004)
  • 作者简介:刘 九(1985-),男,硕士研究生、CCF学生会员,主研方向:高可信软件技术;钟 诚,教授、博士、博士生导师; 彭江泉、吕婉琪、韦火旺,硕士研究生
  • 基金资助:

    广西自然科学基金资助项目(2011GXNSFA018152);广西科学研究与技术开发计划基金资助项目(桂科攻10124001A-48);广西研究生教育创新计划基金资助项目(GXU11T32553)

Abstract: It is easy to get the design class diagram in Java application by applying reverse engineering, which makes it difficult to protect software intellectual property. This paper presents the code obfuscation techniques of protecting program design class diagram in Java application by applying the interface coalescing, and constructs a Java interface coalescing obfuscator. Experimental results show that the designed obfuscator obtains better effect of code obfuscation and hides efficiently the program class diagram, and it has not the extra execution time and lots of redundant code.

Key words: code obfuscation, interface coalescing, design class diagram, reverse engineering, obfuscation scope, obfuscator

摘要: 通过反向工程可以较容易获得Java程序代码的设计类图,从而给保护软件知识产权带来困难。为此,采用Java接口融合的代码迷惑方法,提出一种保护Java程序设计类图的代码迷惑算法,并根据该算法构造一种Java接口融合迷惑器。实验结果表明,该算法具有较好的迷惑效果,有效地隐藏程序的设计类图,并且没有额外时间消耗和大量冗余代码。

关键词: 代码迷惑, 接口融合, 设计类图, 反向工程, 迷惑范围, 迷惑器

CLC Number: