Skip to content

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

Merged
Alexx999 merged 1 commit intoAlexx999:masterfrom
Sewer56:master
Oct 25, 2022
Merged

Fixed: Assembly generation for DLLs without .reloc [Platform: x64]#2
Alexx999 merged 1 commit intoAlexx999:masterfrom
Sewer56:master

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