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]

Re: Check for -z,now in binary?


On Saturday 31 March 2012 15:43:00 Jeffrey Walton wrote:
> Are there any checks available to verify the linker option -z,now
> which is used to remediate Procedure Linkage Table (PLT)
> attacks? Nothing is jumping out at me with `readelf -l`.

look for DT_BIND_NOW in the ELF's dynamic tags

(readelf -d)
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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