blob: 315f2157872df39b2a7a6e87b18781ab50f96001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/report the contents/
.PP
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
.BR \%dlopen (3)
available by default. The ELF Dlopen Metadata specification aims to fill this
gap, by defining a common format.
.PP
This tool allows parsing such a note, and printing out the result in various
formats.
|