Name Date Size #Lines LOC

..--

backends/H25-Apr-2025-17,14010,975

bionic-fixup/H25-Apr-2025-8421

config/H25-Apr-2025-2,5101,862

debuginfod/H25-Apr-2025-8,5456,439

doc/H25-Apr-2025-3,4362,861

include/elfutils/H25-Apr-2025-2,013657

lib/H25-Apr-2025-3,9902,442

libasm/H25-Apr-2025-4,2902,103

libcpu/H25-Apr-2025-8,5287,124

libdw/H25-Apr-2025-26,53416,481

libdwelf/H25-Apr-2025-1,6081,015

libdwfl/H25-Apr-2025-21,75914,911

libebl/H25-Apr-2025-6,2333,503

libelf/H25-Apr-2025-24,63414,930

m4/H25-Apr-2025-1,250970

patches/H25-Apr-2025-235205

po/H25-Apr-2025-39,40432,007

src/H25-Apr-2025-42,02132,573

tests/H25-Apr-2025-67,55449,527

.gitignoreH A D25-Apr-2025284 3433

.mailmapH A D25-Apr-20251.1 KiB2623

AUTHORSH A D25-Apr-20251.5 KiB105104

AUTHORS.shH A D25-Apr-2025358 134

Android.bpH A D25-Apr-20255.1 KiB202189

CONTRIBUTINGH A D25-Apr-20256 KiB143108

COPYINGH A D25-Apr-202534.3 KiB675553

COPYING-GPLV2H A D25-Apr-202517.7 KiB340281

COPYING-LGPLV3H A D25-Apr-20257.5 KiB166128

ChangeLogH A D25-Apr-202529.6 KiB1,098629

GPG-KEYH A D25-Apr-20258.9 KiB149146

LICENSEH A D25-Apr-2025121.2 KiB2,3931,964

METADATAH A D25-Apr-2025534 2019

MODULE_LICENSE_GPLHD25-Apr-20250

Makefile.amH A D25-Apr-20253.3 KiB10859

NEWSH A D25-Apr-202553.2 KiB1,8531,111

NOTESH A D25-Apr-20253 KiB9669

NOTICEH A D25-Apr-202517.6 KiB341281

OWNERSH A D25-Apr-202520 21

READMEH A D25-Apr-20251.2 KiB3422

SECURITYH A D25-Apr-20252.5 KiB5742

THANKSH A D25-Apr-2025193 75

TODOH A D25-Apr-20255.3 KiB196124

config.hH A D25-Apr-20256 KiB21757

configure.acH A D25-Apr-202536.3 KiB942826

post_update.shH A D25-Apr-2025466 219

version.hH A D25-Apr-20251.2 KiB396

README

1The elfutils project provides libraries and tools for ELF files and DWARF data.
2
3The project home is http://elfutils.org/
4
5Releases are published at ftp://sourceware.org/pub/elfutils/
6Which can also be found at https://sourceware.org/elfutils/ftp/
7
8To build a release do: ./configure && make && make check
9Please check the configure summary to make sure all recommended
10features are enabled. There should be no failures after make check.
11
12Please reports bugs at https://sourceware.org/bugzilla/
13
14The current elfutils source code can be checked out with
15git clone git://sourceware.org/git/elfutils.git
16
17To build a git checkout do:
18  autoreconf -i -f && \
19  ./configure --enable-maintainer-mode && \
20  make && make check
21
22The developer mailinglist to send patches to is
23[email protected].
24https://sourceware.org/ml/elfutils-devel/
25
26To subscribe send an email to [email protected]
27Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel
28
29See the CONTRIBUTING file for how to propose patches to the code.
30
31See the NOTES files for some design decisions and notes.
32
33See the SECURITY file for defining and handling security-sensitive bugs.
34