This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Description
Currently, PDB files are not patched to remove non-determinism.
This presents a larger challenge than just patching the PE file alone, because:
- The PDB file format is not well documented.
- The size of the PDB file seems to change with every build. Thus, we cannot use a memory map to make modifications to the PDB file as we will need to remove data.
References:
- https://github.com/Microsoft/microsoft-pdb