|
From: Yue C. <yc...@gm...> - 2015-09-14 21:36:37
|
Hi all, When doing memory tracing using tool lackey (--tool=lackey --trace-mem=yes), the instruction addresses recorded seem different from the original program's. (e.g., ``I 04002166,2'') Is there any way that I can translate this address to the original one, or how can I know the instruction content (e.g., movq $1, %rax) from this recorded address? Best, |