• Home
Name Date Size #Lines LOC

..--

backends/03-May-2024-15,4349,854

bionic-fixup/03-May-2024-8421

config/03-May-2024-2,2281,640

debuginfod/03-May-2024-5,8724,401

doc/03-May-2024-2,9492,495

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

lib/03-May-2024-3,6342,229

libasm/03-May-2024-4,2552,087

libcpu/03-May-2024-8,4467,088

libdw/03-May-2024-24,91815,307

libdwelf/03-May-2024-1,578996

libdwfl/03-May-2024-21,18414,507

libebl/03-May-2024-6,1763,465

libelf/03-May-2024-23,68514,202

m4/03-May-2024-800644

po/03-May-2024-37,18230,176

src/03-May-2024-40,32031,308

tests/03-May-2024-58,02842,511

.gitignoreD03-May-2024284 3433

AUTHORSD03-May-202453 54

Android.bpD03-May-20244.4 KiB173160

CONTRIBUTINGD03-May-20244.4 KiB10779

COPYINGD03-May-202434.3 KiB675553

COPYING-GPLV2D03-May-202417.7 KiB340281

COPYING-LGPLV3D03-May-20247.5 KiB166128

ChangeLogD03-May-202425.7 KiB943544

GPG-KEYD03-May-20247 KiB115113

METADATAD03-May-2024778 2423

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-20243.2 KiB10456

NEWSD03-May-202447.3 KiB1,7101,013

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 KiB17944

configure.acD03-May-202430.3 KiB815711

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