Tagged Questions

1
vote
1answer
512 views

How can I know if an executable was incrementally linked or not?

I'm trying to use Purify 6 to analyze a memory corruption in one of our executables built with VC++ 2003 (7.1). When I instrument the binary with the command: purify /Replace=yes /Run=no myprog.exe ...