QEMU can even support self-modifying code by invalidating translated blocks in the cache. QEMU甚至可以通过在缓存中将翻译后的代码块变为无效来支持代码的自我修改。
Reflection is also known as self-modifying code, especially at the machine code and assembly language levels. 反思也被称为自修改代码(SMC),特别是在机器代码和汇编语言的水平。
In binary translation, self-modifying code is a difficult issue and factor that influences the translation efficiency. 自修改代码(SMC)是二进制翻译研究中的难点和影响翻译效率的重要因素。