readelf
显示 EFI 文件信息。 更多信息:http://man7.org/linux/man-pages/man1/readelf.1.html.
readelf -all {{path/to/binary}}
readelf --headers {{path/to/binary}}
readelf --symbols {{path/to/binary}}
readelf --file-header {{path/to/binary}}