Skip to content
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

pe: make sure authenticode is identical before/after signature #383

Merged
merged 5 commits into from
Jan 1, 2024

Commits on Dec 8, 2023

  1. pe: make sure authenticode is identical before/after signature

    When adding the signature, the last section of the file will be padded
    to 8-bytes align. We need to make sure the payload we feed to a signer
    is always padded to 8-bytes.
    
    This fixes signature breakage.
    baloo committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    621bce2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    1f1885a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    d70d582 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    a00bc43 View commit details
    Browse the repository at this point in the history
  2. authenticode: fixup padding

    baloo committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    66ef2ae View commit details
    Browse the repository at this point in the history