• Home
Name Date Size #Lines LOC

..--

backends/03-May-2024-15,5319,939

bionic-fixup/03-May-2024-8421

config/03-May-2024-2,3691,752

debuginfod/03-May-2024-6,9335,226

doc/03-May-2024-3,0652,584

include/elfutils/03-May-2024-1,963645

lib/03-May-2024-3,9012,397

libasm/03-May-2024-4,2702,098

libcpu/03-May-2024-8,4517,093

libdw/03-May-2024-25,34115,597

libdwelf/03-May-2024-1,5881,002

libdwfl/03-May-2024-21,22114,531

libebl/03-May-2024-6,1863,470

libelf/03-May-2024-23,72014,228

m4/03-May-2024-800644

patches/03-May-2024-4334

po/03-May-2024-38,90131,594

src/03-May-2024-40,58031,485

tests/03-May-2024-61,94845,003

.gitignoreD03-May-2024284 3433

AUTHORSD03-May-202453 54

Android.bpD03-May-20244.9 KiB195182

CONTRIBUTINGD03-May-20244.4 KiB10779

COPYINGD03-May-202434.3 KiB675553

COPYING-GPLV2D03-May-202417.7 KiB340281

COPYING-LGPLV3D03-May-20247.5 KiB166128

ChangeLogD03-May-202426.8 KiB986567

GPG-KEYD03-May-20247 KiB115113

METADATAD03-May-2024778 2423

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-20243.2 KiB10456

NEWSD03-May-202449.5 KiB1,7631,052

NOTESD03-May-20243 KiB9669

NOTICED03-May-202417.6 KiB341281

OWNERSD03-May-202420 21

READMED03-May-20241.1 KiB3221

THANKSD03-May-2024193 75

TODOD03-May-20245.3 KiB196124

config.hD03-May-20245.4 KiB19349

configure.acD03-May-202431 KiB821715

post_update.shD03-May-2024481 219

version.hD03-May-20241.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