- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to have more info about the pdb files which should be associated with the analysis.
- Should the pdb file be the result from the same compilation that gave the .dll that I wish to inspect ?
- If a lib is linked to the dll that i want to inspect, should i have the pdb for the lib ? should they be the exact pdb files that were generated at the same time as the lib that is linked ?
Thanks for your help
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PDB file should be same of dll version, and source should not be "touched" - it means, date of source file is older than date of pdb/dll
If your lib has been linked into dll? Is it static linking? If so, lib's pdb will not be used; If not (dynamical link), please keep right pdb version for use.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page