-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzers
Milestone
Description
Moved from microsoft/binskim#1021
ILLink should set NoSeh bit when it strips R2R payload
runtime/src/tools/illink/src/linker/Linker.Steps/OutputStep.cs
Lines 99 to 103 in 3c6dfd7
| { | |
| module.Attributes |= ModuleAttributes.ILOnly; | |
| module.Attributes ^= ModuleAttributes.ILLibrary; | |
| module.Architecture = TargetArchitecture.I386; // I386+ILOnly which ultimately translates to AnyCPU | |
| } |
Metadata
Metadata
Assignees
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzers
Type
Projects
Status
No status