作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (8): 153-155. doi: 10.3969/j.issn.1000-3428.2008.08.053

• 安全技术 • 上一篇    下一篇

采用条件跳转混淆技术的恶意代码反汇编

戴 超,庞建民,赵荣彩   

  1. (解放军信息工程大学信息工程学院计算机科学与技术系,郑州 450002)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-04-20 发布日期:2008-04-20

Disassembly of Malicious Code with Conditional Jump Obfuscation Technique

DAI Chao, PANG Jian-min, ZHAO Rong-cai   

  1. (Dpet. of Computer Science and Technology, College of Information Engineering, PLA Information Engineering University, Zhengzhou 450002)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-04-20 Published:2008-04-20

摘要: 恶意代码已经构成了计算机安全的主要威胁,为了避免被静态分析,恶意代码采用了各种混淆技术来自我隐藏,条件跳转混淆技术就是其中之一。该文通过研究条件跳转混淆的成因,对已有的典型反汇编算法进行了改进,其实现已被逆向分析工具Radux采用,测试验证了该方法能够有效地对采用条件跳转混淆技术的恶意代码进行正确的反汇编。

关键词: 条件跳转, 混淆, 恶意代码, 反汇编

Abstract: Malicious codes have become a main threat to computer security. They take various obfuscation techniques to hide themselves in order not to be statically analyzed. Conditional jump obfuscation is one of such techniques. This paper analyzes the reason lead to the conditional jump obfuscation and modifies the disassembly algorithm in the reverse analysis tool named Radux. Relevant test shows that the method is effective to get the correct disassembly result from the malicious codes obfuscated with conditional jumps.

Key words: conditional jump, obfuscation, malicious codes, disassembly

中图分类号: