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

计算机工程 ›› 2011, Vol. 37 ›› Issue (21): 23-25. doi: 10.3969/j.issn.1000-3428.2011.21.008

• 软件技术与数据库 • 上一篇    下一篇

基于控制流分析的隐藏代码动态捕获方法

刘建林,王震宇,蒋烈辉,谢耀滨,刘絮颖   

  1. (解放军信息工程大学信息工程学院,郑州 450002)
  • 收稿日期:2011-04-19 出版日期:2011-11-05 发布日期:2011-11-05
  • 作者简介:刘建林(1981-),男,硕士研究生,主研方向:逆向工程;王震宇,副教授;蒋烈辉,教授、博士生导师;谢耀滨,讲师、 硕士;刘絮颖,硕士研究生
  • 基金资助:
    国家“863”计划基金资助项目(2007AA01Z483);河南省高新领域重点攻关计划基金资助项目(082102210011)

Dynamic Capture Method for Hidden Code Based on Control Flow Analysis

LIU Jian-lin, WANG Zhen-yu, JIANG Lie-hui, XIE Yao-bin, LIU Xu-ying   

  1. (Institute of Information Engineering, PLA Information Engineering University, Zhengzhou 450002, China)
  • Received:2011-04-19 Online:2011-11-05 Published:2011-11-05

摘要: 为获取并分析采用加壳、控制流混淆技术所产生的隐藏代码,提出一种新的隐藏代码动态捕获方法。利用静态控制流分析算法提取动态捕获点,采用动态二进制插桩技术插入监控代码,在程序的执行过程中实现隐藏代码的执行前分析。实验结果证明,该方法能够减少程序插桩点,有效获取并分析可执行程序中的隐藏代码。

关键词: 隐藏代码, 动态捕获, 控制流分析, 动态二进制插桩, 执行前分析

Abstract: In order to capture and analyze the hidden code produced by shell and control flow obfuscation techniques, this paper proposes a dynamic capture method based on control flow analysis to analyze hidden code. By extracting dynamic capture points with control flow analysis, and inserting monitoring code with dynamic binary instrumentation, it can implement the pre-execution analysis for hidden code. Experimental results show that the method can reduce the number of instrumented program locations, and capture the hidden code for analyzing effectively.

Key words: hidden code, dynamic capture, control flow analysis, dynamic binary instrumentation, pre-execution analysis

中图分类号: