This is intended to replace potentially unreliable checks like:
file -b $1 | grep -q '^ELF ..-bit .SB executable'
Differential D15971
elfdump: Add -E to test if a file is an ELF binary. brooks on Jun 22 2018, 9:16 PM. Authored by Tags None Referenced Files
Subscribers
Details
This is intended to replace potentially unreliable checks like: file -b $1 | grep -q '^ELF ..-bit .SB executable'
Diff Detail
|