DLOPEN-NOTES.PY(1) | Generated Python Manual | DLOPEN-NOTES.PY(1) |
dlopen-notes.py
dlopen-notes.py [-r] [-s] [-f [FEATURE1,FEATURE2]] [-h] filename [filename ...]
Read .note.dlopen notes from ELF files and report the contents.
ELF binaries store link-time dependencies in their headers, which can be parsed by various tools. There is no machine-readable metadata about dependencies loaded at build time via dlopen(3) available by default. The ELF Dlopen Metadata specification aims to fill this gap, by defining a common format.
This tool allows parsing such a note, and printing out the result in various formats.
If no option is specifed, --raw is the default.
2024-05-22 | package-notes |