• Home
Name Date Size #Lines LOC

..--

backends/04-Jul-2025-17,14010,975

bionic-fixup/04-Jul-2025-8421

config/04-Jul-2025-2,5101,862

debuginfod/04-Jul-2025-8,5456,439

doc/04-Jul-2025-3,4362,861

include/elfutils/04-Jul-2025-2,013657

lib/04-Jul-2025-3,9902,442

libasm/04-Jul-2025-4,2902,103

libcpu/04-Jul-2025-8,5287,124

libdw/04-Jul-2025-26,53416,481

libdwelf/04-Jul-2025-1,6081,015

libdwfl/04-Jul-2025-21,75914,911

libebl/04-Jul-2025-6,2333,503

libelf/04-Jul-2025-24,63414,930

m4/04-Jul-2025-1,250970

patches/04-Jul-2025-235205

po/04-Jul-2025-39,40432,007

src/04-Jul-2025-42,02132,573

tests/04-Jul-2025-67,55449,527

.gitignoreD04-Jul-2025284 3433

.mailmapD04-Jul-20251.1 KiB2623

AUTHORSD04-Jul-20251.5 KiB105104

AUTHORS.shD04-Jul-2025358 134

Android.bpD04-Jul-20255.8 KiB224211

CONTRIBUTINGD04-Jul-20256 KiB143108

COPYINGD04-Jul-202534.3 KiB675553

COPYING-GPLV2D04-Jul-202517.7 KiB340281

COPYING-LGPLV3D04-Jul-20257.5 KiB166128

ChangeLogD04-Jul-202529.6 KiB1,098629

GPG-KEYD04-Jul-20258.9 KiB149146

LICENSED04-Jul-2025121.2 KiB2,3931,964

METADATAD04-Jul-2025534 2019

MODULE_LICENSE_GPLD04-Jul-20250

Makefile.amD04-Jul-20253.3 KiB10859

NEWSD04-Jul-202553.2 KiB1,8531,111

NOTESD04-Jul-20253 KiB9669

NOTICED04-Jul-202517.6 KiB341281

OWNERSD04-Jul-202592 32

READMED04-Jul-20251.2 KiB3422

SECURITYD04-Jul-20252.5 KiB5742

THANKSD04-Jul-2025193 75

TODOD04-Jul-20255.3 KiB196124

config.hD04-Jul-20256 KiB21757

configure.acD04-Jul-202536.3 KiB942826

post_update.shD04-Jul-2025466 219

version.hD04-Jul-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
23elfutils-devel@sourceware.org.
24https://sourceware.org/ml/elfutils-devel/
25
26To subscribe send an email to elfutils-devel-subscribe@sourceware.org
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