摘要
静态反汇编是对程序进行逆向工程的第一步,它将程序的可执行机器码以汇编指令代码的形式表示,给盗用软件知识产权和发掘软件漏洞提供了可能。为了混淆静态反汇编过程,增加对程序进行反汇编的难度,本文深入研究基于分支函数的静态反汇编混淆技术,针对其隐蔽性较差和代码执行效率低下的缺点,提出一种改进的分支函数静态反汇编混淆技术。改进后的混淆技术不仅能够有效地隐藏程序中的跳转指令,提高了代码的执行效率,同时增加了软件逆向工程分析的难度。
The process of reverse engineering is an executable program typically begins with static disassembly that translates machine code to assembly code,which creates opportunities for theft of intellectual property and discoveries of vulnerabilities of the program.In order to disrupt the static disassembly process so as to make programs harder to disassemble correctly,after a deep research on the static disassembly obfuscation technique based on branch functions and its weakness on invisibility and code execution speed,this paper proposes an improved obfuscation technique based on branch functions which not only can hide the jump instructions efficiently but also enhance the code execution speed,and make the analysis of reverse engineering more difficult at the same time.
出处
《计算机与现代化》
2012年第2期168-170,179,共4页
Computer and Modernization
关键词
逆向工程
混淆技术
静态反汇编
分支函数
reverse engineering
obfuscation technique
static disassembly
branch functions