Skip to content
/ cecil Public
forked from jbevain/cecil
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix portable PDB stamp in CodeView header #32

Merged
merged 2 commits into from
Nov 29, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    b323d0f View commit details
    Browse the repository at this point in the history
  2. Fix portable PDB stamp in CodeView header

    Previous fix for deterministic PDB ID wrote the PDB stamp as the PDB Age field. This change fixes it to write the stamp as the stamp field of the CodeView header nad writes the PDB Age as 1 always.
    
    Added tests.
    vitek-karas committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c8be99b View commit details
    Browse the repository at this point in the history