From 3ac6930785b38bd48611206dbd5b87d4f3e7debf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:54:10 +0300 Subject: [PATCH] eu-readelf: add page (#12368) --- pages/linux/eu-readelf.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/eu-readelf.md diff --git a/pages/linux/eu-readelf.md b/pages/linux/eu-readelf.md new file mode 100644 index 000000000..348c186a6 --- /dev/null +++ b/pages/linux/eu-readelf.md @@ -0,0 +1,12 @@ +# eu-readelf + +> Displays information about ELF files. +> More information: . + +- Display all extractable information contained in the ELF file: + +`eu-readelf --all {{path/to/file}}` + +- Display the contents of all NOTE segments/sections, or of a particular segment/section: + +`eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}`