• Home
Name Date Size #Lines LOC

..--

backends/03-May-2024-16,15210,245

bionic-fixup/03-May-2024-8421

config/03-May-2024-1,9801,456

debuginfod/03-May-2024-3,8772,844

doc/03-May-2024-2,6112,239

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

lib/03-May-2024-3,5902,198

libasm/03-May-2024-4,2132,063

libcpu/03-May-2024-8,3146,981

libdw/03-May-2024-25,37315,791

libdwelf/03-May-2024-1,565988

libdwfl/03-May-2024-20,77014,175

libebl/03-May-2024-6,1123,385

libelf/03-May-2024-23,63714,201

m4/03-May-2024-2,1161,850

po/03-May-2024-65,84053,249

src/03-May-2024-39,81030,928

tests/03-May-2024-55,39640,685

.gitignoreD03-May-20242.6 KiB168167

ABOUT-NLSD03-May-202474.7 KiB1,0691,022

AUTHORSD03-May-202453 54

Android.bpD03-May-2024350 1917

CONTRIBUTINGD03-May-20244.4 KiB10779

COPYINGD03-May-202434.3 KiB675553

COPYING-GPLV2D03-May-202417.7 KiB340281

COPYING-LGPLV3D03-May-20247.5 KiB166128

ChangeLogD03-May-202422.3 KiB810466

CleanSpec.mkD03-May-20242.9 KiB598

GPG-KEYD03-May-20247 KiB115113

METADATAD03-May-2024509 1918

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-20241.8 KiB5719

NEWSD03-May-202443.6 KiB1,613947

NOTESD03-May-20243 KiB9669

NOTICED03-May-202417.6 KiB341281

OWNERSD03-May-2024150 54

READMED03-May-20241.1 KiB3221

THANKSD03-May-2024193 75

TODOD03-May-20245.3 KiB196124

config.hD03-May-20243.8 KiB13941

configure.acD03-May-202426.9 KiB747648

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/lists.html#ml-requestor
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