|
NAMEelfctl —
change an ELF binary's feature control note
SYNOPSIS
DESCRIPTIONTheelfctl utility modifies feature flags in the feature
control note in an ELF binary.
The options are as follows:
If EXIT STATUSExit status is 0 on success, and 1 if the command fails if a file does not exist, is too short, or fails to find or edit features note.EXAMPLESThe following is an example of a typical usage of theelfctl command:
elfctl file elfctl -e +noaslr file Features may be specified as numerical values: elfctl -e =0x0001,0x0004 file Features may also be specified as a single combined value: elfctl -e =0x5 file HISTORYelfctl first appeared in FreeBSD
12.2.
AUTHORSelfctl was written by Bora
Ozarslan
borako.ozarslan@gmail.com
under sponsorship from the FreeBSD Foundation.
Visit the GSP FreeBSD Man Page Interface. |