This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PE DllCharacteristics field


I noticed that binutils doesn't support the DllCharacteristics field of PE files, always putting 0 there. How might support for it be added in a future binutils?

The flags that would go there are "NX-compatible", "Terminal Services-aware" and "ASLR-compatible".

ASLR-compatible should require that relocation data be emitted, either DLL or -pie. NX-compatible could validate that the entry point is in an executable section.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]