|
From: Lu M. <kin...@gm...> - 2013-03-04 19:16:54
|
Hello everyone, I am new to valgrind and wanna to know the mechanism of function interception. Valgrind online documentation mentioned the function interception is implemented via dynamic loader(dlopen/dlsym). I am curious about whether the mechanism works well or not when the instrumented program is static linked. To get deeper understanding of the topic. Would somebody tell me which files is related so that I could take a look. Thanks a lot |