Approach of Binary Code Analysis Based on Full-System Emulation and Instruction-Flow Analysis

DENG Chao-guo,GU Da-wu,LI Juan-ru,SUN Ming
DOI: https://doi.org/10.3969/j.issn.1001-3695.2011.04.066
2011-01-01
Abstract:This paper proposed an approach of binary analysis based on full-system emulation and instruction-flow analysis technology.This approach ran executable binary code on a virtual machine which used full-system emulation technology,and then captured and analyzed runtime instruction-flow information to figure out this program's feature.This paper covered design and implement of such a binary code analysis system.Experiment result illustrates that it is more efficient and general to capture,extract and analyze runtime instruction-flow information by using this system.This approach is particularly effective to analyze binary code which uses anti-analysis technology.
What problem does this paper attempt to address?