ducible
ducible copied to clipboard
A tool to make Windows builds reproducible. (UNMAINTAINED)
This is part feature request/part question. Even after running the DLL and PDB through ducible, I found that the PDB hashes would differ, so the PE hashes would also differ,...
Hi Jason, First, I would like to warmly thanks you for this program. We added ducible to our build pipeline and it is a huge gain of time while debugging....
Currently, PDB files are not patched to remove non-determinism. This presents a larger challenge than just patching the PE file alone, because: 1. The PDB file format is not well...
I would like to run pdbdump and get structured and easily parsable output for use in tracecode-debug, a tool for an upcoming static analysis companion to https://github.com/nexB/tracecode-build
The timestamp of a DLL seems to have at least some kind of role as a unique identifier that is relevant to the loader. Using the same timestamp for different...
It allows to trim the leading part of the path from `__FILE__`, thereby adding determinism.