docs/ELF_PKG_METADATA: format text

This commit is contained in:
hulkoba 2024-02-26 14:35:53 +01:00
parent 5cc4d7fabd
commit b52820773b
No known key found for this signature in database
GPG key ID: ACB6C4A3A4F2BE2F

View file

@ -12,8 +12,8 @@ or parse ELF core files.*
## Motivation
ELF binaries get stamped with a unique, build-time generated hex string identifier called
`build-id`, [which gets embedded as an ELF note called `.note.gnu.build-id`](https://fedoraproject.org/wiki/Releases/FeatureBuildId).
ELF binaries get stamped with a unique, build-time generated hex string identifier called `build-id`,
[which gets embedded as an ELF note called `.note.gnu.build-id`](https://fedoraproject.org/wiki/Releases/FeatureBuildId).
In most cases, this allows to associate a stripped binary with its debugging information.
It is used, for example, to dynamically fetch DWARF symbols from a debuginfo server, or
to query the local package manager and find out the package metadata or, again, the DWARF