|
计算机系统应用 2011
Highly Portable Light-Weight x86 Emulator
|
Abstract:
This paper presents a light-weight x86 emulator PIT(Portable x86 Instruction Translator) which is portable on multiple CPU architecture.Dynamic binary translation is a technique that can make instructions of one CPU architecture be capable of running on another CPU architecture.PIT utilizes portable dynamic binary translation technique to emulate Intel x86 instructions on multiple CPU architecture such as x86,PowerPC,ARM and Sparc.Users can load 16-bit or 32-bit user-level executable files of x86 system suc...