52ky 发表于 2021-8-26 09:34:42

Exploring Hex-Rays By Nadège Duval

在反编译过程中,Hex-rays 反编译器使用 Microcode 作为 ASM 和 Pseudocode 之间的中间语言。 由于这种内部语言还没有被详细探索,我们认为深入研究它并看看它如何帮助静态代码逆向工程将是一个有趣的挑战。 以下是有关微码一般组织的一些讨论,然后是有关数据流信息的可能应用。

(During the decompilation process, the Hex-rays decompiler uses Microcode as an intermediate language between the ASM and Pseudocode. As this internal language has yet to be explored in detail, we thought it would be an interesting challenge to dig into it and see how it could help static code retro-engineering. Here are some discussions about the general organization of microcode, followed by the possible applications regarding data flow information.)

页: [1]
查看完整版本: Exploring Hex-Rays By Nadège Duval