|
From: <jle...@16...> - 2006-04-04 01:40:08
|
hello,
I want to develop a binary translator,and wang to implement it by rebuilding valgrind.what I do now is to instrument a client program in a different platform, for example,running an arm elf file on x86 platform,but valgrind restrict that the guest ISA must be the same with the host ISA.
I have make great effort to chang this,but I can't solve "VexGuestArchState" problem because it is conditional compiled. Could you please give me some advice on how to run a elf in different platform.thanks!
leesr
|