Dwarfdump
dwarfdump and libdwarf
https://www.prevanders.net/dwarf.html
Prints human-readable contents of DWARF
Available as source code only. Prints a human readable representation of DWARF versions 2,3,4, and 5 data from an object file such as Elf,MacOS, or PE(windows). Includes libdwarf, a C library that reads the binary format and presents the data to callers via its API.
Download
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
David Anderson
Verified on
21 August 2021
Notes
https://github.com/davea42/libdwarf-code/blob/master/COPYING dwarfdump is GPLv2.1. A few files are 2- or 3-clause BSD. A few small files are public domain.
License
Verified by
David Anderson
Verified on
21 August 2021
Notes
Libdwarf is primarily LGPLv2.1. A few files are 2- or 3-clause BSD. A few small files are public domain.
Leaders and contributors
Contact(s) | Role |
---|---|
David Anderson (Davea42) | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
developers | Download | https://github.com/davea42/libdwarf-code |
Software prerequisites
Kind | Description |
---|---|
Required to build | Posix-like headers and libc. A C90 or later C compiler |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.