Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PDB corresponding to a binary

Tags:

c++

.net

We have different versions of binary kept in SVN. We also keeps the pdb files corresponding to the binaries. Sometimes the developers check-in the wrong pdb files. This creates problems when an issue is reported by a client at a later point.

Is there any tools to check whether a pdb file corresponds to a binary?

like image 296
Maanu Avatar asked Apr 18 '26 09:04

Maanu


1 Answers

Use this tool - ChkMatch. This both checks the match and also allows you to forcefully match(i.e. allow you to use wrong pdbs as long as they are not too different from the actual ones). Read through this page.

like image 99
user93353 Avatar answered Apr 19 '26 22:04

user93353



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!