Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: jasonwhite/ducible

v1.2.2

17 May 00:52
Compare
Choose a tag to compare

v1.2.1

22 Jun 01:40
Compare
Choose a tag to compare

Fixes MSF stream table corruption for large PDBs (#14).

v1.2.0

15 Aug 01:01
Compare
Choose a tag to compare

Adds the --force option to allow rewriting DLLs and PDBs that don't match.

v1.1.1

31 Oct 05:37
Compare
Choose a tag to compare

Fixes bug where patching the Section Contribution substream in the DBI stream was corrupting the PDB file.

v1.1.0

26 Oct 07:14
Compare
Choose a tag to compare

Adds the pdbdump utility.

v1.0.0

28 Sep 07:14
Compare
Choose a tag to compare
Bump to version 1.0.0

At this point, nothing major is going to change.

v0.2.3

28 Sep 06:19
Compare
Choose a tag to compare
Bump version

v0.2.0

11 Sep 19:59
Compare
Choose a tag to compare

PDB files are now rewritten to eliminate non-determinism. Rebuilding from the same source should produce the same exact PDB.

Known issues:

  • Incrementally building fails with the error LNK1209: program database 'foo.pdb' differs from previous link; relink or rebuild.
  • There may be edge cases where the rewritten PDB is non-deterministic. An extensive test suite will be added in the future to help find these.