
Does anyone have any ideas about tracing data from specified memory address on x86 platform. I have tried with PinTool but it's extremely slow tracing when data flow through instructions. Is it possible to catch virtual memory address before its translate to physical address by processor?
Thanks in advance!