摘要
提出一种以中间语言为基础的逆编译方法,此方法首先把机器语言的程序转换为中间语言的程序,然后在中间语言程序上进行数据类型分析和控制流程分析。
A general methodology BIL(Decompliation Based on IL) suggests an IL(Intermediat Languge) as the basis of decompilation. The process of the BIL decompilation is first to translate the machine language program into the IL program, then make data type and control flow analyses. Finally generate the target high level language program.
关键词
逆编译
中间语言
控制流分析
计算机
decompilation
intermediat language
coutrol flow analysis
data type analysis