How can you change an age-mismatched PDB to match properly?

the windbg will not modify pdb’s age – it only looks it up to match that of executable – the compiler does when it (re)generates executable and debug files. now, based on the debuginfo.com article, it is not too difficult to arrive at the proper debug directory (of type codeview), match it against PDB7 signature … Read more

tech