Skip to content

Releases: wbenny/pdbex

v0.25

31 Jan 03:59
Compare
Choose a tag to compare
fix incorrect result of SymbolModuleBase::LoadDiaViaLoadLibrary

This fixes pdbex crash - If dll not exist or has wrong architecture the LoadDiaViaLoadLibrary code will produce incorrect result and pass error checking, later this will crash pdbex as invalid memory (NULL) will be dereferenced.

v0.23

01 Jan 17:45
Compare
Choose a tag to compare
PDBExtractor: add ARM machine type

v0.21

08 Aug 13:52
Compare
Choose a tag to compare
Emit `#include <stdint.h>` when `-i` is in effect

v0.18

19 Jun 21:09
Compare
Choose a tag to compare
use CComPtr wherever possible, migrate to c++latest

v0.17

19 Jun 19:35
Compare
Choose a tag to compare
fix postbuild copy command (missing quotes)

v0.14

09 Apr 13:56
Compare
Choose a tag to compare
Write the corrected name for unnamed enums

v0.12

23 Feb 20:48
8e3b730
Compare
Choose a tag to compare
update README.md

v0.11

10 Jan 21:29
Compare
Choose a tag to compare
bump version

v0.10

10 Jan 20:52
Compare
Choose a tag to compare
bump version

v0.9

10 Nov 12:22
Compare
Choose a tag to compare
Support binary file path (#1)

* [ADD] direct export call msdia140.dll
* [MDF] Copy msdia140.dll cmd
* [ADD] Support binary file path