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

Fixed: Assembly generation for DLLs without .reloc [Platform: x64] #2

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

Sewer56
Copy link

@Sewer56 Sewer56 commented Jul 31, 2022

Skips copying of the .reloc section if not present. This section is not emitted to PE files specifically targeting x64.

i.e. Those built with dotnet build /p:Platform=x64.

This issue was originally introduced in b9b8f9f .
This issue currently affects all currently NuGet published, including ILRepack.Lib.MSBuild.Task, a package update is suggested if possible.


x64 DLL:

image

x86, AnyCPU DLL:

image

@Alexx999 Alexx999 merged commit f1dd730 into Alexx999:master Oct 25, 2022
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