摘要
软件通常以二进制文件的PE格式发布,但它不利于阅读和分析。通过反汇编分析器可以将二进制文件转化成高级语言的汇编指令,从而有利于对目标代码的分析,方便对目标代码进行软件保护相关的操作。实验表明,线性扫描和递归遍历相结合的反汇编分析算法取得较好的效果。
The software is usually released as PE file format, which is a binary file,but it is not conducive to read and analysis. We can disassemble a binary file into the assembly instructions through the analyzer, it provides convenience for the analysis of object code and using operations to protect object code. Experiment shows, linear sweep and reeursive traversal disassembly of combining analysis algorithms achieved good experimental results.
出处
《现代计算机》
2010年第3期163-167,共5页
Modern Computer
关键词
静态反汇编
目标代码
PE
线性扫描
递归遍历
Static Disassembly
Object Code
PE
Linear Scanning
Recursive Traversal