>> I'll work on the pre-scanning technique for virtualizing
>> arbitrary instructions. Will need to implement parts of
>> the other items here, but probably will do so minimally
>> at first to get started.
>
>I see several problems using this approach:
>
>- You can only virtualize a your own proccessor. That is, you can�t
> execute x86 code in a 68K or PowerPC processor.
Running x86 code on your PPC is not called "virtualisation", but "emulation".
That's what BOCHS/SoftWindows/insert your favorite product here is for.
>- The technique works only if the breakpoints (virtualization entry
> points) are single byte.
So we're lucky ;). INT3 is one byte.
Ramon