A PDB file dumper and C++ wrapper library for the Microsoft Debug Information (DIA) 2.0 SDK.

Project Activity

See All Activity >

License

BSD License

Follow PdbDump

PdbDump Web Site

You Might Also Like
Run applications fast and securely in a fully managed environment Icon
Run applications fast and securely in a fully managed environment

Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • Andrew, Thanks for sharing this excellent library ! It saved my life ... There is one issue with version 0.8: when the DiaSource object is created with NoRegCreate it returns BSTRs that must be deallocated with LocalFree. because the string is preceded with a 4 byte length field, the pointer past to LocalFree must be decremented 2 WORDS: LocalFree(bstrName - 2). stackoverflow.com/questions/16095367/dia-x64-localfree Another msdia140.dll flaw that I found out is that the library is not thread safe. Even when each thread creates its own DiaSource objects and each object is accessing another pdb library, they spuriously return wrong strings. The only reliable way to access multiple pdb files in parallel is to spawn a separate process for each file. WR, Kees
Read more reviews >

Additional Project Details

Operating Systems

Windows

Languages

English

Intended Audience

Developers

Programming Language

C++

Related Categories

C++ Build Tools, C++ Code Generators, C++ Debuggers

Registered

2002-09-03