|
From: Nicholas N. <nj...@cs...> - 2005-11-16 00:21:17
|
On Tue, 15 Nov 2005, Josef Weidendorfer wrote: > A wish regarding the tool interface for the future: it would be good to > be able to get a string representation of a guest assembler instruction. I think this is a good idea too; it was a suggestion I had back before Vex was written but it got lost along the way. The string could be attached to each IMark. The DIP and DIS macros used in */toIR.c could be used as the basis of this. One neat effect is that it would allow tools to do platform-specific things if they really wanted to. Nick |