Module app:elfinfo - ELF-info command-line utility

ELF-info command-line utility. This provides information about an ELF file. Usage:

elfinfo [options] <file>

Where file is the path to the file to examine, and options are:

-h              show header
  -s              list sections (summary)
  -S n            list section n (detail)
  -D n            dump section n
  -y              show symbol table(s)
  -r              show relocation information
  -v              verbose operation

Requires: service:elfload

Index

Declarations