|
From: Tom H. <to...@co...> - 2011-11-25 08:31:02
|
On 25/11/11 07:43, wangyang wrote: > Valgrind is virtualizing ld of linux,but linker of android is different from ld > of linux,my question is where is the code or material of virtualizing linker in > valgrind. I assume you mean the dynamic linker, ld.so, rather than the actual linker command, ld? If you do mean ld.so then the answer is that we virtualize it the same way as everything else, by running it under VEX and instrumenting the code in the normal way. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |