[Valgrind-users] question on guest addresses

2010-01-20 Thread tejas
Is it possible to know the memory address locations(on the host) of the guest instructions? If yes, is there a way to directly access them from a valgrind tool? Thanks Tejas -- Throughout its 18-year history, RSA

[Valgrind-users] access guest instruction in tool instrumentation code

2009-11-03 Thread tejas
wondering if there is a way to know what the guest instruction is (like addl $2, %eax), given a particular Imark? Is there a function that can do this? If yes, can i call this function, giving the IMARK information as input, from the instrumentation code? Thanks Tejas