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

GCM Core: don't strip signatures #368

Merged
merged 1 commit into from
Jul 27, 2021
Merged

Conversation

rimrul
Copy link
Member

@rimrul rimrul commented Jul 27, 2021

Stripping assembly signatures out of PE files without adjusting the header information leads to corrupted binaries. That causes issues with our effort to cresate an MSIX package.

Stripping assembly signatures out of PE files without adjusting the header information leads to corrupted binaries. That causes issues with our effort to create an MSIX package.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
@rimrul rimrul marked this pull request as ready for review July 27, 2021 15:43
@dscho dscho merged commit 817ec64 into git-for-windows:main Jul 27, 2021
@dscho
Copy link
Member

dscho commented Jul 27, 2021

Good find! I just verified that the original WebView2Loader.dll can be signed without any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants