Is there any dynamic pointer analysis tool?
Is there any dynamic analysis tool that can track the memory address a pointer points to throughout the program? I am not interested in detecting memory error.
Is there any dynamic analysis tool that can track the memory address a pointer points to throughout the program? I am not interested in detecting memory error.