diff --git a/pages/linux/readelf.md b/pages/linux/readelf.md index ab0700cfe..4fd34ce89 100644 --- a/pages/linux/readelf.md +++ b/pages/linux/readelf.md @@ -15,6 +15,10 @@ `readelf --symbols {{path/to/binary}}` -- Display the information contained in the ELF header at the start of the file: +- Display ELF header information: `readelf --file-header {{path/to/binary}}` + +- Display ELF section header information: + +`readelf --section-headers {{path/to/binary}}`