摘要
反编译器是一种能将低级语言翻译到高级语言的工具,文中介绍了反编译实现过程中的结构变换,即通过提取逻辑表达式和控制结构,对初始流图进行变换,使其最终形式与高级语言的控制语句一一对应,从而进一步生成高级语言程序.
Decompiler is a tool that transforms a low-level language into a high-level language, Structure transformation in decompilation is discussed in this paper. By abstracting the logical expression and control structure, the original program flow graph is converted into a new form which is similar to the control statements in high-level language, so that we can get high-level language program later.
出处
《上海交通大学学报》
EI
CAS
CSCD
北大核心
1996年第6期81-84,共4页
Journal of Shanghai Jiaotong University
关键词
反编译
程序流困
结构变换
逻辑表达式
控制结构
decompile
program flow graphl structure transformation
logical expression
control structure