This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Releases: jasonwhite/ducible
Releases · jasonwhite/ducible
v1.2.2
v1.2.1
v1.2.0
Adds the --force
option to allow rewriting DLLs and PDBs that don't match.
v1.1.1
Fixes bug where patching the Section Contribution substream in the DBI stream was corrupting the PDB file.
v1.1.0
Adds the pdbdump
utility.
v1.0.0
Bump to version 1.0.0 At this point, nothing major is going to change.
v0.2.3
Bump version
v0.2.0
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.