摘要
提出一种基于自修改代码(SMC)技术的软件保护方法,该方法通过将关键代码转换为数据存储在原程序中,以隐藏关键代码;受保护的可执行文件执行过程中,通过修改进程中存储有隐藏代码的虚拟内存页面属性为可执行,实现数据到可执行代码的转换.实验证明,此软件保护方法简单,易实现,可以有效提高SMC的抗逆向分析能力.
In this paper, we present a new method based on self-modification mechanism to protect softwares against illegal acts of hacking. The key idea is to converse key codes into data in the original program so as to make programs harder to analyze correctly. Then, we translate data to executable codes by enabling the virtual memory page which stores the hidden code to be executable at run-time. Our experiments demonstrate that the method is practical and efficient.
出处
《中国科学院研究生院学报》
CAS
CSCD
北大核心
2009年第5期688-694,共7页
Journal of the Graduate School of the Chinese Academy of Sciences
基金
国家自然科学基金项目(60703076)
国家"863"高技术研究发展计划项目(2006AA01Z412
2007AA01Z451)资助
关键词
自修改代码
软件保护
动态分析
静态分析
self-modifying code(SMC), software protection, dynamic analysis, static analysis