No description
Find a file
Aaron Merey 0f3b436b7e config/elfutils.spec.in: Add missing wildcard
Replace %{_mandir}/man3/libelf.3 with %{_mandir}/man3/libelf.3*
to account for possible compression-related file extension.

Signed-off-by: Aaron Merey <amerey@redhat.com>
2024-10-18 13:50:38 -04:00
backends aarch64: Add NT_ARM_PAC_* regset 2024-08-30 16:25:02 +02:00
config config/elfutils.spec.in: Add missing wildcard 2024-10-18 13:50:38 -04:00
debuginfod PR32218: debuginfod-client: support very long source file names 2024-10-16 09:49:35 -04:00
doc doc: Add libelf man page 2024-10-18 12:12:30 -04:00
lib lib: Add missing config.h include to next_prime.c 2024-10-14 22:27:45 +02:00
libasm Remove usage of "unlocked" variant of stdio print functions 2024-10-17 14:53:58 +02:00
libcpu Remove usage of "unlocked" variant of stdio print functions 2024-10-17 14:53:58 +02:00
libdw eu-stacktrace [3/5]: libdwfl: add unwind origin diagnostics 2024-10-17 19:31:15 -04:00
libdwelf Do not use relative include paths in library files. 2022-12-20 18:41:05 +01:00
libdwfl eu-stacktrace [3/5]: libdwfl: add unwind origin diagnostics 2024-10-17 19:31:15 -04:00
libebl Remove usage of "unlocked" variant of stdio print functions 2024-10-17 14:53:58 +02:00
libelf libelf: Treat elf_memory image as writable 2024-10-18 16:52:49 +02:00
m4 Update m4 files from autoconf-archive 2023-02-21 22:28:03 +01:00
po Prepare for 0.192 2024-10-18 13:24:18 -04:00
src eu-stacktrace [4/5]: src: add unwind origin diagnostics to eu-stack 2024-10-17 19:31:29 -04:00
tests libelf: Treat elf_memory image as writable 2024-10-18 16:52:49 +02:00
.gitignore Add coverage target 2021-01-12 09:09:25 +00:00
.mailmap AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
AUTHORS AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
AUTHORS.sh AUTHORS: Use generator script & git mailmap 2022-04-24 19:39:47 -04:00
ChangeLog readelf: display dynamic symtab without section headers 2023-04-18 21:46:53 +02:00
CONDUCT Update code of conduct 2024-06-07 14:06:53 -04:00
configure.ac Prepare for 0.192 2024-10-18 13:24:18 -04:00
CONTRIBUTING Update code of conduct 2024-06-07 14:06:53 -04:00
COPYING Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
COPYING-GPLV2 Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
COPYING-LGPLV3 Update name, license and contributor policy. 2012-06-05 23:12:05 +02:00
GPG-KEY GPG-KEY: Add key for Aaron Merey 2024-03-01 18:10:33 +01:00
Makefile.am Update code of conduct 2024-06-07 14:06:53 -04:00
NEWS Prepare for 0.192 2024-10-18 13:24:18 -04:00
NOTES Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac 2020-12-12 18:06:28 +01:00
README SECURITY: new file 2023-07-03 10:25:40 -04:00
SECURITY SECURITY: new file 2023-07-03 10:25:40 -04:00
THANKS More correct info on contributors. 2009-01-10 18:17:09 -08:00
TODO Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac 2020-12-12 18:06:28 +01:00

The elfutils project provides libraries and tools for ELF files and DWARF data.

The project home is http://elfutils.org/

Releases are published at ftp://sourceware.org/pub/elfutils/
Which can also be found at https://sourceware.org/elfutils/ftp/

To build a release do: ./configure && make && make check
Please check the configure summary to make sure all recommended
features are enabled. There should be no failures after make check.

Please reports bugs at https://sourceware.org/bugzilla/

The current elfutils source code can be checked out with
git clone git://sourceware.org/git/elfutils.git

To build a git checkout do:
  autoreconf -i -f && \
  ./configure --enable-maintainer-mode && \
  make && make check

The developer mailinglist to send patches to is
elfutils-devel@sourceware.org.
https://sourceware.org/ml/elfutils-devel/

To subscribe send an email to elfutils-devel-subscribe@sourceware.org
Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel

See the CONTRIBUTING file for how to propose patches to the code.

See the NOTES files for some design decisions and notes.

See the SECURITY file for defining and handling security-sensitive bugs.